commit | author | age
|
2e5e7d
|
1 |
ldaploginmodule { |
PH |
2 |
org.eclipse.jetty.jaas.spi.LdapLoginModule required |
|
3 |
debug="true" |
|
4 |
forceBindingLogin="true" |
|
5 |
contextFactory="com.sun.jndi.ldap.LdapCtxFactory" |
|
6 |
hostname="localhost" |
|
7 |
port="10389" |
|
8 |
bindDn="uid=admin,ou=system" |
|
9 |
bindPassword="steng-geheim" |
|
10 |
authenticationMethod="simple" |
|
11 |
forceBindingLogin="false" |
|
12 |
userBaseDn="ou=users,dc=domain,dc=example,dc=com" |
|
13 |
userRdnAttribute="uid" |
|
14 |
userIdAttribute="uid" |
|
15 |
userPasswordAttribute="userPassword" |
|
16 |
userObjectClass="inetOrgPerson" |
|
17 |
roleBaseDn="ou=groups,dc=domain,dc=example,dc=com" |
|
18 |
roleNameAttribute="cn" |
|
19 |
roleMemberAttribute="uniqueMember" |
|
20 |
roleObjectClass="groupOfUniqueNames"; |
|
21 |
}; |