Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
1 fvelez 1
#LDAP Authentication
2
 
1809 jmachado 3
ldap.host=172.20.100.11
1 fvelez 4
ldap.port=389
1809 jmachado 5
ldap.base.queries=DC=i-estg,DC=local
1 fvelez 6
##Put here a User that can perform queries to Ldap
1809 jmachado 7
ldap.queries.login=@ldap.queries.login@
8
ldap.queries.password=@ldap.queries.password@
9
ldap.username.field=sAMAccountName
1 fvelez 10
ldap.dn.field=DN
1809 jmachado 11
#ldap.dn.field=distinguishedName
1 fvelez 12
 
13
 
14
 
15
#Map fields
16
#LdapManager.getUserInfo will return an HashMap with the assigned values
17
# example
18
# memberOf=xxxxx
19
# DN=xxxxxx
20
# .....
21
#
22
 
23
ldap.map.memberOf=memberOf
1809 jmachado 24
ldap.map.dn=distinguishedName
25
ldap.map.usernameField=sAMAccountName
1 fvelez 26
ldap.map.displayName=displayName
27