Project

General

Profile

LDAP Authentication

! Has to be validated !

Add jar file fr.cnes.sitools.security to the class path of SITools. Either adding it on the directory workspace/fr.cnes.sitools.core/ext or adding it in the eclipse classpath.

Then, add the following items on the sitools.properties file :

#CONFIGURATION FOR LDAP
Starter.LDAP.ldapURL=<url ldap>
Starter.LDAP.userSearchBase=OU=FR, O=AKKA
Starter.LDAP.managerDN=CN=user_application, OU=Intra, O=AKKA
Starter.LDAP.managerPassword=<password ldap>
Starter.LDAP.userSearchFilter=uid={username}
Starter.LDAP.userDN=CN={0}, OU=FR, O=AKKA
Starter.LDAP.userSearchAttribute=cn
Starter.REALM=fr.cnes.sitools.security.authentication.ldap.LdapMemoryRealm

Items between <> have to be replaced. The others have to be adjusted regarding to the LDAP configuration.

Jar file
Documentation