CMDBuild Forum

configure ldap ssl

is it possible to configure ldap authentication to use self certificated ssl connection?

Dear onmsTester,
 
try to set these parameters within auth.conf:
 
ldap.server.address=somehost
ldap.server.port=389
ldap.use.ssl=true
 
Configuring the Tomcat's keystore for SSL certificate is up to the system administrator not CMDBuild.
 
Best regards.
 
-- CMDBuild Team
 
Previously onmsTester wrote:

is it possible to configure ldap authentication to use self certificated ssl connection?

 

Thank you for your response,
Actualy i'm using graylog for log management, which on its ldap config could be configured to Allow Self Signed Certificates.
It became a loop that reseting ldap user password requires ssl connection, and authentication using LDAPS in cmdbuild requires the certification but who would pay to register his LDAP server in a Certificate Server(everyone will use Certification Authority) ?!
 
 
Previously Tecnoteca wrote:
Dear onmsTester,
 
try to set these parameters within auth.conf:
 
ldap.server.address=somehost
ldap.server.port=389
ldap.use.ssl=true
 
Configuring the Tomcat's keystore for SSL certificate is up to the system administrator not CMDBuild.
 
Best regards.
 
-- CMDBuild Team
 
Previously onmsTester wrote:

is it possible to configure ldap authentication to use self certificated ssl connection?