Once the LDAP settings have been configured, users can opt to use LDAP for identity verification during login. (Users can also see the different login buttons in the login page)
LDAP integration settings
Step 1.
Click the Admin panel - System Management page and click the menu with LDAP integration.
Step 2.
Click the Edit button and input the LDAP integration information.
Please note that it may take 2-3 minutes for the system to integrate with LDAP after the configuration is complete.
Name | Description |
URL | The server connection information with the LDAP server. (Can be IP or domain) |
Port | The default port will be 389. |
Bind account |
Please provide an LDAP account with administrator permission to search for user identity information. e.g.
|
Bind password |
The bind account's password. |
Base DN |
e.g.
|
Search filter |
e.g.
|
Mail mapping |
The default value will be mail. e.g. |
Username mapping |
The default value will be sAMAcoountName. e.g.
|
Secure connection (SSL) | The default value will be disabled. If the LDAP server's domain is accessed over HTTPS, then the secure connection setting should be enabled. |
Troubleshooting
Error message | Description |
Incorrect account or password | Invalid account or password while attempting to log in to LDAP. Kindly ensure that the login credentials are accurate. |
Duplicate user account | The LDAP user account is already existing in the local system, which violates the unique user account policy of Mavis. As an administrator of Mavis, you have two options: either remove the user account from Mavis or modify the LDAP user account to ensure its uniqueness in Mavis. |
Duplicate user email | The LDAP user email is already existing in the local system, which violates the unique user email policy of Mavis. As an administrator of Mavis, you have two options: either remove the user email from Mavis or modify the LDAP user email to ensure its uniqueness in Mavis. |
Missing email | The LDAP user account's email information is not available. To resolve this issue, please contact the LDAP administrator and ensure the user account's email has been set up. |