1. Is there a Spring Security DefaultLdapAuthoritiesPopulator implementation that supports nested groups? stackoverflow.comI am trying to get a Pentaho-BI server which uses spring security to support nested LDAP roles. My group structure is as follows:
|
2. DefaultLdapAuthoritiesPopulator: Need username instead of DN for querying user roles forum.springsource.orgDefaultLdapAuthoritiesPopulator: Need username instead of DN for querying user roles I've already posted this to JIRA, as it seems to be a common enough requirement; was curious to see if anyone ... |
3. DefaultLdapAuthoritiesPopulator: problem with role assignment forum.springsource.orgDefaultLdapAuthoritiesPopulator: problem with role assignment I am having a problem with configuring Spring Security to retrieve the role of a validated user from the LDAP using DefaultLdapAuthoritiesPopulator. The DefaultLdapAuthoritiesPopulator is configured ... |
4. DefaultLdapAuthoritiesPopulator returns no roles from search forum.springsource.orgDefaultLdapAuthoritiesPopulator returns no roles from search I use Ldap to authenticate against Novell eDir. The authentication works. But there is no role returned from DefaultLdapAuthoritiesPopulator.getGroupMembership Roles(): "Roles from search: []". Here ... |
5. Replace DefaultLdapAuthoritiesPopulator in security namespace forum.springsource.orgHello, I am having notorious problem with Active Directory causing org.springframework.ldap.PartialResultException. Doing the Code: ldapTemplate.setIgnorePartialResultException(true); solves the problem, but I can't figure out the way to achieve this when using security ... |