Hi everybody,
I use Spring security for an LDAP authentication. In my SecurityContext.xml file, I have this filter
<sec:ldap-authentication-provider
...
Type: Posts; User: identifiant_bidon; Keyword(s):
Hi everybody,
I use Spring security for an LDAP authentication. In my SecurityContext.xml file, I have this filter
<sec:ldap-authentication-provider
...
Ok Luke, it's true. I'm sorry.
Authentication take place here and I only do this :
Authentication authRequest = new UsernamePasswordAuthenticationToken(username, password);
I've just notice that even if all works fine, when i write :
Authentication authRequest = new UsernamePasswordAuthenticationToken(username, password);
System.out.println("getDetails = "+ ...
Nobody has the answer ?? (sorry I insist)
I just have this on my nopEntryPoint class. I really don't see where is the problem and i really don't know what to do ...
import java.io.IOException;
import javax.servlet.ServletException;...
Here's my log file :
Thx for your answer mathessd. So, there is my security configuration file :
<context:annotation-config/>
<sec:global-method-security jsr250-annotations="enabled" />
...
Ok, problem is resolved. Thx a lot Luke :)
Hi everybody
I've got this error
Authentication.getDetails() required
when i'm trying to use
My message has changed. I'm using Apache directory server with allowAnonymousAccess="true" and now the message is :
Caused by: org.springframework.security.BadCredentialsException: Bad...
Hi guys
I would like to use a LDAP authentication for my application using spring security.
I don't want to use embedded server and when i use :
<sec:ldap-server...
Hi guys
I want to use an embedded LDAP. I use, as in war file http://repo1.maven.org/maven2/org/sp...ldap-2.0.0.war , a users.ldif file. My problem is that i want to extend the schema of my...
I've got the same problem. If someone have the solution ...