Is it possible to map multiple ldap user groups to a single role?
I'd like to define the groups and roles in the spring security context's user-service property
ex)
<sec:user-service>...
Type: Posts; User: geoffl; Keyword(s):
Is it possible to map multiple ldap user groups to a single role?
I'd like to define the groups and roles in the spring security context's user-service property
ex)
<sec:user-service>...
Peter, thanks for the response.
What I'm trying to do is authenticate a user using the Spring 3 Kerberos extension and then grant them authorization based on Ldap groups / principal names.
I...
I'm working on using an LdapAuthenticationProvider to define a user's roles based on Ldap user groups.
Which Spring security class actually does that mapping? Is it something that we can override?...
bump -- does anyone know if this is possible?
Is it possible to authenticate based on uid and AD groups to define a user's role(s)?
If so, can you please provide some guidance on what is required?
Thanks
Its causing me to get an invalid credentials error from the ldap when it tries to authenticate
The usernamepassword token requires a non null value
Actually that's not correct but see the next post. I thought I'd cancelled the submission of this post otherwise I wouldve just edited this...
I used the following guide to set up wicket auth roles with spring 3 but when I try to access the credentials, i get a null object returned.
In order to use the usernamepasswordauthenticationtoken...