LDAP Support
During the installation process you will be prompted to configure LDAP support. If you are not ready to configure LDAP yet, you can answer no to the prompt and setup LDAP at a later time by running the ldapconfig script located at /usr/local/Secunia/csi/install/ldapconfig.sh.
Before configuring LDAP support you will need the following:
|
•
|
The LDAP URI for your LDAP server |
|
•
|
The LDAP UID attribute that the usernames will be compared to |
|
•
|
The Bind DN for user-lookups or alternatively, existing support for anonymous bind lookups |
|
•
|
The Base DN for the point in the directory where user-lookups will be made |
|
•
|
The Base DN must contain at least one user account |
To use LDAPS, you will need to specify the LDAP URI as opposed to specifying only the LDAP server’s hostname or IP address.
|
•
|
Example: ldaps://server_ip:389 |