API Reference
Class
AnonymousRootDseProbe
Lightweight anonymous bind probe against RootDSE. Returns success when the server allows anonymous LDAP read of the base object.
Inheritance
- Object
- AnonymousRootDseProbe
Methods
public static Result TryProbe(String host = null, Int32 port = 389, Int32 timeoutMs = 3000) #Returns:
ResultAttempts an anonymous LDAP search against the RootDSE. If host is null, the root domain's PDC emulator is used.
Parameters
- host System.String = null
- LDAP server host. When null, the root domain PDC is used.
- port System.Int32 = 389
- LDAP TCP port, defaults to 389.
- timeoutMs System.Int32 = 3000
- Timeout for the operation in milliseconds.
Returns
Result describing success and error details.