LDAP Authentication
LDAP authentication options are accessed by clicking the "Authentication" sub-tab at the top of the Admin Settings page, then selecting "LDAP" from the "Authentication Options" module.
...
- Configure the LDAP server using the 6connect LDAP provided LDAP Schema
- Create the LDAP user(s) in a 'LDIF' file ( testing the query using LDAP Search, if desired)
- Configure ProVision with the LDAP authentication settings by enabling LDAP then entering (at minimum) the following information:
- LDAP Server Address
- Port
- LDAP Auth DN List
- LDAP Fetch DN
- LDAP Filter DN
- LDAP Group Attribute
...
To configure the use of LDAP authentication with ProVision:
- Log into 6connect ProVision
- Go to Settings Tab → Admin Settings -> Authentication
- Select "LDAP" under "Authentication Options"
- Move the LDAP Enable selector to the "ON" position.
- Fill in the hostname or ip address, authentication port, LDAP Security, Auth DN List, and Fetch DN, and LDAP Group Attribute.
Some example values in this case would be:
- LDAP Enable: (Checked)
- LDAP Server Address: IP or Domain, such as 1.2.3.4 or somelabserver.lab.com
- LDAP Port: 389 ( or SSL/TLS port is 636)
- LDAP Security: None
- LDAP Auth DN: cn=%LOGIN%,dc=6connect,dc=com
- LDAP Fetch DN: cn=%LOGIN%
- LDAP Filter DN: cn=%LOGIN%
- LDAP Group Attribute List: memberOf
- LDAP Username / LDAP Password: Optionally, you may enter LDAP admin credentials to allow ProVision to import and sync LDAP contacts. See Contact Manager for details on LDAP contacts.
- Click "Save Changes".
- NOTE: If you experience authentication errors at this step, confirm the LDAP settings using an LDAP Search, as described in the previous section.
...
Note | ||
---|---|---|
| ||
The default login is 'Local", but the default login method displayed may be updated by performing the following steps:
In the login screen, you would select the authentication method from the dropdown. If you like, you can set the default login option in the following way: Go
|
Note | ||
---|---|---|
| ||
To use SSL encryption with LDAP, the ldap.conf file must be correctly configured on the ProVision server. |
...