TargetSystem | LDAP | Authentication |
Allows configuration of the LDAP authentication module. |
TargetSystem | LDAP | Authentication | Authentication |
Authentication mechanism. Permitted values are Secure, Encryption, SecureSocketsLayer, ReadonlyServer, Anonymous, FastBind, Signing, Sealing, Delegation, and ServerBind. The value can be combined with commas (,). For more information about authentication types, see the MSDN Library.
Default: ServerBind |
TargetSystem | LDAP | Authentication | Port |
Communications port on the server.
Default: 389 |
TargetSystem | LDAP | Authentication | RootDN |
Pipe (|) delimited list of root domains to be used to find the user account for authentication.
Syntax:
DC=<MyDomain>|DC=<MyOtherDomain>
Example:
DC=Root1,DC=com|DC=Root2,DC=de |
TargetSystem | LDAP | Authentication | Server |
Name of the LDAP server. |
TargetSystem | LDAP | AuthenticationV2 |
Allows configuration of the LDAP authentication module. |
TargetSystem | LDAP | AuthenticationV2 | AcceptSelfSigned |
Specifies whether self-signed certificates are accepted. |
TargetSystem | LDAP | AuthenticationV2 | Authentication |
Authentication method for logging in to LDAP. The following are permitted:
-
Basic: Uses default authentication.
-
Negotiate: Uses Negotiate authentication from Microsoft.
-
Kerberos: Uses Kerberos authentication.
-
NTLM: Uses Windows NT Challenge/Response (NTLM) authentication.
Default: Basic
For more information about authentication types, see the MSDN Library. |
TargetSystem | LDAP | AuthenticationV2 | ClientTimeout |
Client timeout in seconds. |
TargetSystem | LDAP | AuthenticationV2 | Port |
Communications port on the server.
Default: 389 |
TargetSystem | LDAP | AuthenticationV2 | ProtocolVersion |
Version of the LDAP protocol. The values 2 and 3 are permitted.
Default: 3 |
TargetSystem | LDAP | AuthenticationV2 | RootDN |
Pipe (|) delimited list of root domains to be used to find the user account for authentication.
Syntax:
DC=<MyDomain>|DC=<MyOtherDomain>
Example:
DC=Root1,DC=com|DC=Root2,DC=de |
TargetSystem | LDAP | AuthenticationV2 | Security |
Connection security. Permitted values are None, SSL and STARTTLS. |
TargetSystem | LDAP | AuthenticationV2 | Server |
Name of the LDAP server. |
TargetSystem | LDAP | AuthenticationV2 | UseSealing |
Specifies whether sealing is enabled. |
TargetSystem | LDAP | AuthenticationV2 | UseSigning |
Specifies whether signing is enabled. |
TargetSystem | LDAP | AuthenticationV2 | VerifyServerCertificate |
Specifies whether to check the server certificate when encrypting with SSL. |