Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1306 Rev 1310
1
#LDAP Authentication
1
#LDAP Authentication
2
 
2
 
3
ldap.host=srvdonald
3
ldap.host=srvdonald
4
ldap.port=389
4
ldap.port=389
5
ldap.base.queries=DC=ipp,DC=pt
5
ldap.base.queries=DC=ipp,DC=pt
6
##Put here a User that can perform queries to Ldap
6
##Put here a User that can perform queries to Ldap
7
ldap.queries.login=informatica
7
ldap.queries.login=informatica
8
ldap.queries.password=infolab
8
ldap.queries.password=infolab
9
ldap.username.field=cn
9
ldap.username.field=cn
10
ldap.dn.field=DN
10
ldap.dn.field=DN
11
 
11
 
12
 
12
 
13
 
13
 
14
#Map fields
14
#Map fields
15
#LdapManager.getUserInfo will return an HashMap with the assigned values
15
#LdapManager.getUserInfo will return an HashMap with the assigned values
16
# example
16
# example
17
# memberOf=xxxxx
17
# memberOf=xxxxx
18
# DN=xxxxxx
18
# DN=xxxxxx
19
# .....
19
# .....
20
#
20
#
21
 
21
 
22
ldap.map.memberOf=memberOf
22
ldap.map.memberOf=memberOf
23
ldap.map.dn=DN
23
ldap.map.dn=DN
24
ldap.map.usernameField=cn
24
ldap.map.usernameField=cn
25
ldap.map.displayName=displayName
25
ldap.map.displayName=displayName