NOTE: This authentication module is available if the LDAP Module is installed.
Credentials |
Login name, identifier, distinguished name or user ID of an LDAP user account. LDAP user account's password. |
Prerequisites |
|
Set as default |
No |
Single sign-on |
No |
Front-end login allowed |
Yes |
Web Portal login allowed |
Yes |
Remarks |
If you log in using a login name, identifier, or user ID, the corresponding user account is determined in the One Identity Manager database through the domain. The domains permitted for logging in are entered in the TargetSystem | LDAP | Authentication | RootDN configuration parameter and the TargetSystem | LDAP | AuthenticationV2 | RootDN configuration parameter. If log in uses a distinguished name, the LDAP user account is determined that uses this distinguished name. One Identity Manager finds the identity assigned to the LDAP user account. If an identity has a main identity or several subidentities, the QER | Person | MasterIdentity | UseMasterForAuthentication configuration parameter controls which identity is used for authentication.
NOTE: Identities that are classified as a security risk are no longer be able to log in to One Identity Manager. To allow login, set the QER | Person | AllowLoginWithSecurityIncident configuration parameter. The application configuration data is used to find a system user, which is automatically assigned to the identity. The user interface and permissions are loaded through the system user that is dynamically assigned to the logged in identity. Data modifications are attributed to the current user account. |
In the Designer, modify the following configuration parameters to implement the authentication module.
Configuration parameter | Meaning |
---|---|
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 (,). 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:
Default: Basic |
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. |