LdapPasswordAuthenticationDao « Java EE « Spring Q&A





1. LdapPasswordAuthenticationDao Interest    forum.springsource.org

LdapPasswordAuthenticationDao Interest I have started looking at using Acegi. My setup is that I have a OpenLDAP server configured for Samba 2.2 use. I downloaded the LdapPasswordAuthenticationDao from the acegi sandbox, ...

2. LdapPasswordAuthenticationDao assumes rolesAttributes    forum.springsource.org

LdapPasswordAuthenticationDao assumes rolesAttributes I am using an ldap server that doesn't have any roles defined. We are just using the ldap server for authentication. The LdapPasswordAuthenticationDao code assumes that there have ...

3. LdapPasswordAuthenticationDao and roleContext    forum.springsource.org

LdapPasswordAuthenticationDao and roleContext I recently grabbed the ldap stuff from the sandbox and am trying to implement this but have a couple of questions for anyone familiar with it. I'm able ...

4. LdapPasswordAuthenticationDao and nested groups    forum.springsource.org

LdapPasswordAuthenticationDao and nested groups This is partly a follow on from a previous post but I thought it warranted a new topic... I've had a look at the source for the ...

5. LDAPPasswordAuthenticationDao problem    forum.springsource.org

Forum Spring Projects Security LDAPPasswordAuthenticationDao problem If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you ...

6. LDAPPasswordAuthenticationDao logon    forum.springsource.org

Please, can you tell me how i can configure LDAPPasswordAuthenticationDao in order to logon with the sAMAccountName (and not with the distinguished name) ? Thanks.

7. Extend LdapPasswordAuthenticationDao    forum.springsource.org

Extend LdapPasswordAuthenticationDao I'm extending LdapPasswordAuthenticationDao to use our applications own versions of GrantedAuthority and UserDetails and noticed a couple things. I can extend toGrantedAuthority easily to override the GrantedAuthorityImpl, However I ...