CMDBuild Forum

cmdbuild and LDAP

I quickly tested the LDAP authentication but that does not work ...

I would like to know exactly how work this authentification ?

- Should we create accounts in the cmdbuild administration ? or CMDBUILD retrieves the accounts and the password of LDAP ?

 

Here is my config file:

## Authentication method chain (the first match stops the auth chain)
auth.methods=LdapAuthenticator
ldap.server.address=myldapserver
ldap.server.port=389
ldap.basedn=cn=mongroupe,ou=appli,ou=tomcat,o=internet
ldap.bind.attribute=uid

ldap.search.filter=(objectClass=*)
ldap.search.auth.method=simple
ldap.search.auth.principal=uid=user,ou=people,ou=members,o=internet
ldap.search.auth.password=mypassword

However I can connect with the account created during installation (in database) but no with the LDAP...

Have yon an idea ?
I m looking for the error log but i found nothing...

If you have a little doc...

Here is a document on how configure CMDBuild authentication.

 

http://www.cmdbuild.org/filesystem/cmdbuild_authentication.pdf

 

 

Kind regards.