Cette couche d'authentification a ete realisee par Franck Bollaro (Franck.Bollaro@mail.ap-hm.fr)

Elle gere les droits des utilisateurs dans une base locale, et elle utilise un annuaire LDAP pour controler la validite des mots de passe.

Les proprietes du fichier de configuration sont les suivantes :

# manager to use
authentication.manager=fr.gouv.finances.cp.xemelios.auth.ldapAphm.LdapManager

# authentication properties for ...auth.ldapAphm.LdapManager
auth.ldap.baseUrl = ldap://xxxxx:123
auth.ldap.adminLogin = CN=XXXXXX,CN=YYYYY,DC=ZZZZZ,DC=TTTTT,DC=fr
# auth.ldap.adminPassword is ciphered with Scramble
auth.ldap.adminPassword = WWWWW
# path to search user by login
auth.ldap.searchPath = OU=YYYYY,OU=XXXXX,DC=XXXXX,DC=TTTTTT,DC=fr
auth.ldap.searchField = CN

