Hello List,
I've configured GN 3.0 to support LDAP authentification. By now, when a user signs in with LDAP the user has the role registered user. When I, as an admin, change the users role to e.g. editor and the user signs in again, his role will still be registered user. So the users role is somehow being resetted to registered user everytime he signs in.
In the config-security-overrides.properties file I've set the
ldapUserContextMapper.mapping[profile]=profile,Editor
But this has no effect. In addition, the link provided in this file:
# Valid profiles are http://geonetwork-opensource.org/manuals/trunk/eng/developer/apidocs/geonetwork/org/fao/geonet/constants/Geonet.Profile.html
does no longer work.
What I want to achieve is that when a user signs in with LDAP he shall have the priveleges of an editor by default.
Any Ideas? Haven't found something in the documentation neither.
Greetings,
Sebastian