LdapAuthenticationProvider « Java EE « Spring Q&A





1. Problem authenticating with DigestPassword and LdapAuthenticationProvider    forum.springsource.org

Problem authenticating with DigestPassword and LdapAuthenticationProvider I have a web service that uses spring-security spring-security 3.0.5.RELEASE to authenticate a Digest password with an LdapAuthenticationProvider. When I use the embedded spring-security-samples-ldap as ...

2. Extending LdapAuthenticationProvider    forum.springsource.org

Hi Using the LdapAuthenticationProvider from cvs head i created an extened version and overrode the createUserDetails method so i can create a custom UserDetails object and determine credentailsNonExpired etc so i ...

3. LdapAuthenticationProvider : Configuring PasswordComparisonAuthenticator    forum.springsource.org

Does anybody know how to configure the PasswordComparisonAuthenticator for an LDAP Authentication Provider? My application is working pretty ok with the BindAuthenticator, but not with the PasswordComparisonAuthenticator. I have not been ...

4. LdapAuthenticationProvider IllegalArgumentException    forum.springsource.org

LdapAuthenticationProvider IllegalArgumentException I got the following error if no username and password is provided during login. Is there any way to fix it? Using JavaScript? In addition, if the username/password is ...

5. constructor issues for LdapAuthenticationProvider.    forum.springsource.org

constructor issues for LdapAuthenticationProvider. I'm trying various ways to integrate acegi security with spring-ws. I've managed to use plain text and hashed password with memory and dao. Now I'm trying to ...

6. LdapAuthenticationProvider with data-driven Directory Context    forum.springsource.org

I am working on an app where the directory service integration is specified within the app itself. This of course doesn't lend itself to spring injection with the initial directory context ...

7. Howto wrap LdapAuthenticationProvider in a DaoAuthenticationProvidor?    forum.springsource.org

Howto wrap LdapAuthenticationProvider in a DaoAuthenticationProvidor? I need to use a LdapAuthenticationProvider to authenticate against a LDAP server. I have this working fine. I'm wondering if it's possible to wrap the ...

8. Multiple instances of LdapAuthenticationProvider bean w/ traditional config    forum.springsource.org

Multiple instances of LdapAuthenticationProvider bean w/ traditional config I'm seeing multiple instances of the LdapAuthenticationProvider bean when using the traditional bean config. In the namespace config I only see one instance. ...

9. Cache in LdapAuthenticationProvider    forum.springsource.org

Cache in LdapAuthenticationProvider There used to be a cache option in Acegi's LdapAuthenticationProvider thx to it's parent class org.acegisecurity.providers.dao.AbstractUserDetail sAuthenticationProvider . Now, in Spring Security the LdapAuthenticationProvider inherits from none but ...





10. Use of LdapAuthenticationProvider & Other pop than DefaultLdapAuthoritiesPopulator    forum.springsource.org

Use of LdapAuthenticationProvider & Other pop than DefaultLdapAuthoritiesPopulator Hi, I'm using AGECI security to secure an existing application. The fact is that the user / password are stored in a LDAP ...