CMDBuild Forum

LDAP CMDBuild 3.1

Hi. Can anyone configure ldap authentication? What steps did they follow?

Hi!

In your apache-tomcat directory look for ./webapps/ROOT/WEB-INF/auth.conf

You’ll need the following parameters set:
auth.methods=LdapAuthenticator (,DBAuthenticator - if you need local auth in case ldap is down)
ldap.server.address
ldap.server.port=389 (636 - in case of LDAPS)
ldap.use.ssl=false (true - if you use LDAPS)
ldap.basedn=“dc=example,dc=com”
ldap.bind.attribute=uid
ldap.search.filter=(objectclass=user) (this is up to you)
ldap.searhc.auth.method=simple

Let me know if I could help.

1 Like

i did this configuration but again failing access with ldap user