Subversion Repositories bacoAlunos

Rev

Rev 1310 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#LDAP Authentication

ldap.host=172.20.100.11
ldap.port=389
ldap.base.queries=DC=i-estg,DC=local
##Put here a User that can perform queries to Ldap
ldap.queries.login=@ldap.queries.login@
ldap.queries.password=@ldap.queries.password@
ldap.username.field=sAMAccountName
ldap.dn.field=DN
#ldap.dn.field=distinguishedName



#Map fields
#LdapManager.getUserInfo will return an HashMap with the assigned values
# example
# memberOf=xxxxx
# DN=xxxxxx
# .....
#

ldap.map.memberOf=memberOf
ldap.map.dn=distinguishedName
ldap.map.usernameField=sAMAccountName
ldap.map.displayName=displayName