Required Settings to Connect to an LDAP Server Using SSL/TLS
In Garoon version 3.1.0 or later, you can use SSL/TLS to connect to an LDAP server. When Garoon accesses the SSL/TLS-enabled server, Garoon refers to files that are saved in a specific directory.
When you use SSL/TLS to connect to an LDAP server, you must change the configuration file to accept server certificates that are not authenticated.
For Windows
-
Create the following directory.
C:\OpenLDAP\sysconf
-
Create a "ldap.conf" file in the directory that you have created in Step 1.
-
In the file created in Step 2, describe the following.
TLS_REQCERT never
For Linux
In Garoon version 4.2 or later, use OpenSSL installed on the OS.
Follow the steps below to edit the "ldap.conf" file.
-
Open the "ldap.conf" file.
The "ldap.conf" file is typically saved in the following directory:/etc/openldap
-
Add the following to the "ldap.conf" file:
TLS_REQCERT never