Hallo,
i have problems to configurate geoserver 2.4.4 with OpenLDAP.
The user authentification is no problem, but the role mapping.
This ist the configuration:
auth/LDAP/config.xml:
-124b92a0:144408f13cf:-7ff6 LDAP org.geoserver.security.ldap.LDAPAuthenticationProvider ldap://*LDAPServerAdress*:389/dc=*test2*,dc=*test*,dc=de ou=GeoServer,ou=group memberUid={0} false uid={0},ou=peoplerole/LDAP/config.xml
<org.geoserver.security.ldap.LDAPRoleServiceConfig>
-124b92a0:144408f13cf:-7ff5
LDAP
org.geoserver.security.ldap.LDAPRoleService
ldap://LDAPServerAdress:389/dc=test2,dc=test,dc=de
ou=GeoServer,ou=group
memberUid={0}
false
true
ROLE_GEOSERVER_ADMIN
ROLE_GEOSERVER_GROUP_ADMIN
cn=admin,dc=test2,dc=test,dc=de
secret
cn=*
</org.geoserver.security.ldap.LDAPRoleServiceConfig>
role/default/roles.xml
The LDAP containt the Groups geoserver_admin and geoserver_group_admin. The member attribute is memberUid.