Subversion Repositories bacoAlunos

Rev

Rev 1310 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1809
Line 1... Line 1...
1
#LDAP Authentication
1
#LDAP Authentication
2
 
2
 
3
ldap.host=srvdonald
3
ldap.host=172.20.100.11
4
ldap.port=389
4
ldap.port=389
5
ldap.base.queries=DC=ipp,DC=pt
5
ldap.base.queries=DC=i-estg,DC=local
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=@ldap.queries.login@
8
ldap.queries.password=infolab
8
ldap.queries.password=@ldap.queries.password@
9
ldap.username.field=cn
9
ldap.username.field=sAMAccountName
10
ldap.dn.field=DN
10
ldap.dn.field=DN
-
 
11
#ldap.dn.field=distinguishedName
11
 
12
 
12
 
13
 
13
 
14
 
14
#Map fields
15
#Map fields
15
#LdapManager.getUserInfo will return an HashMap with the assigned values
16
#LdapManager.getUserInfo will return an HashMap with the assigned values
Line 18... Line 19...
18
# DN=xxxxxx
19
# DN=xxxxxx
19
# .....
20
# .....
20
#
21
#
21
 
22
 
22
ldap.map.memberOf=memberOf
23
ldap.map.memberOf=memberOf
23
ldap.map.dn=DN
24
ldap.map.dn=distinguishedName
24
ldap.map.usernameField=cn
25
ldap.map.usernameField=sAMAccountName
25
ldap.map.displayName=displayName
26
ldap.map.displayName=displayName
26
27
27
28
28
29