CMDBuild Forum

Ldap ad login user

Hi
I cannot configure AD LDAP to be able to login with AD users.
Can you help me.

The right place where I found how to config the LDAP authentication is the Technical Manual 3.2 at page 29 in Chapter 8. I was successful to autenticate my AD users to cmdbuild 3.2, but some tips are useful to remember:

  1. the main point is to use the cmdbuild.sh script located into the webapp/cmdbuild tomcat dir
    It is useful to read the restws help you can get with command
    ./cmdbuild.sh restws --help
  2. the parameters org.cmdbuild.auth.ldap.xxx to be configured are described at pages 28-29
  3. I defined each user and the ssociated group manualy to cmdbuild with a dummy password. This because I have 10 users and I didn’t want to go into more complex stuff to sync users.

I hope this can help you to move on…