1. Help in DefaultLdapAuthoritiesPopulator forum.springsource.orgHelp in DefaultLdapAuthoritiesPopulator Just a Background: 1. we use upstream server to authenticate user. 2. when request comes in, we need to access Active directory and look up Role. Active Directory ... |
2. Nightly build problem: DefaultLdapAuthoritiesPopulator forum.springsource.orgNightly build problem: DefaultLdapAuthoritiesPopulator I am testing out the LDAP authentication upgrade from 1.0.0-RC2 to the last full nightly build (May 22). Under 1.0.0-RC2, if there were no groups for the ... |
3. DefaultLdapAuthoritiesPopulator forum.springsource.orgI need to populate the GrantedAuthorities from an attribute on a user, is that possible? For example, a user would have an additional attribute called "accesslist", which is a multi-valued attribute, ... |
4. DefaultLdapAuthoritiesPopulator question forum.springsource.orgDefaultLdapAuthoritiesPopulator question org.acegisecurity.providers.ldap.populator.Default LdapAuthoritiesPopulator has a method called getGrantedAuthorities(LdapUserDetails) which will return an array of GrantedAuthority objects. Now, how do I associate these GrantedAuthorites with my Authentication object. My Authentication object ... |
5. Trouble getting Granted Authorities using DefaultLdapAuthoritiesPopulator bean config forum.springsource.orgTrouble getting Granted Authorities using DefaultLdapAuthoritiesPopulator bean config I'm having trouble getting the granted authorities using the DefaultLdapAuthoritiesPopulator. I can pull roles using this Java code: String dn = "uid=1234,ou=people,o=foo.bar.com,o=SDS" String ... |
6. Support for nested groups in DefaultLdapAuthoritiesPopulator forum.springsource.orgSupport for nested groups in DefaultLdapAuthoritiesPopulator The current implementation of DefaultLdapAuthoritiesPopulator supports resolving roles from the direct membership of the user in "role" groups. I miss, however, the ability to support ... |
7. DefaultLdapAuthoritiesPopulator forum.springsource.orgi am using spring security for authentication and authorization with ldap. Authentication piece is working fine but I am having issues during authorization when a user is not a member in ... |
8. DefaultLDAPAuthoritiesPopulator, toUpperCase problem for Turkish locale forum.springsource.orgDefaultLDAPAuthoritiesPopulator, toUpperCase problem for Turkish locale Hello folks As far as I see from the source code, the Granted Authorities are converted to uppercase in DefaultLDAPAuthoritiesPopulator. However in the systems with ... |
9. Overriding DefaultLdapAuthoritiesPopulator forum.springsource.orgHi everybody, I would like to use ldap authentication with namespace facilities. But actually I'd like to complete the roles list with other roles not located in ldap directory. SecurityConfigHandler does ... |