LdapClient
.CollectLdapMetadata(domain, controller)
⇒ LDAPMetadata
.IsLdap(host, port)
⇒ boolean
LDAPMetadata
: object
ldap
LdapClient
.CollectLdapMetadata(domain, controller)
⇒ LDAPMetadata
.IsLdap(host, port)
⇒ boolean
LDAPMetadata
LdapClient
LDAPMetadata
- - The metadata from ldap server.error
- The error encountered during metadata collection.Param | Type | Description |
---|---|---|
domain | string | The domain to collect metadata from. |
controller | string | The controller to collect metadata from. |
boolean
LdapClient
boolean
- - Whether the given host and port are running ldap server.error
- The error encountered during the check.Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | int | The port to check. |
object
ldap