- DarkLight
LDAP Configuration
- DarkLight
With Configurator, you can configure LDAP (Lightweight Directory Access Protocol) of any enterprise to provide access to Workspace.
The LDAP Configuration section helps you accomplish this task. To do so:
Click the Menu button and select LDAP.
Complete the details.
Field
Description
Name
The name of the connection used for the LDAP connection.
Host
The IP address of the server that hosts the LDAP server.
Port
This the LDAP server port. The default value is 636.
Is SSL
Select the checkbox if the connection uses SSL.
Domain
The domain of the user. You can map the domain field to a specific attribute on your directory or derive the domain from the user’s Distinguished Name (DN).
Domain Mode
Select from one of the following:
PassThrough - This option uses the user-provided username for authentication. For example, if user inputs [email protected] in the login screen, the application uses this value for authentication.
Prepend - This option prepends the username with the value given in Domain field. For example, if the user name is [email protected] and the domain is xyz, the value for authentication is xyz\john.
Append - This appends the username with the value given in the Domain field. For example, if the user name is [email protected] and the domain is xyz, the value for authentication is john\xyz.
Remove - This removes any prefix or suffix to the user name before authentication. For example, [email protected], xyz\john, or john/xyz are authenticated as john.
Click Save to update the details.