TestimoX

API Reference

Class

AnonymousRootDseProbe

Namespace ADPlayground.Ldap
Assembly ADPlayground
Modifiers static

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: Result

Attempts an anonymous LDAP search against the RootDSE. If host is null, the root domain's PDC emulator is used.

Parameters

host System.String = null optionalposition: 0
LDAP server host. When null, the root domain PDC is used.
port System.Int32 = 389 optionalposition: 1
LDAP TCP port, defaults to 389.
timeoutMs System.Int32 = 3000 optionalposition: 2
Timeout for the operation in milliseconds.

Returns

Result describing success and error details.