Search:

Type: Posts; User: identifiant_bidon; Keyword(s):

Search: Search took 0.03 seconds.

  1. Authentication with LDAP attributes

    Hi everybody,

    I use Spring security for an LDAP authentication. In my SecurityContext.xml file, I have this filter


    <sec:ldap-authentication-provider
    ...
  2. Ok Luke, it's true. I'm sorry. Authentication...

    Ok Luke, it's true. I'm sorry.
    Authentication take place here and I only do this :


    Authentication authRequest = new UsernamePasswordAuthenticationToken(username, password);
  3. I've just notice that even if all works fine,...

    I've just notice that even if all works fine, when i write :

    Authentication authRequest = new UsernamePasswordAuthenticationToken(username, password);
    System.out.println("getDetails = "+ ...
  4. Nobody has the answer ?? (sorry I insist)

    Nobody has the answer ?? (sorry I insist)
  5. I just have this on my nopEntryPoint class. I...

    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;...
  6. Here's my log file :

    Here's my log file :
  7. Thx for your answer mathessd. So, there is my...

    Thx for your answer mathessd. So, there is my security configuration file :


    <context:annotation-config/>

    <sec:global-method-security jsr250-annotations="enabled" />
    ...
  8. Ok, problem is resolved. Thx a lot Luke :)

    Ok, problem is resolved. Thx a lot Luke :)
  9. Authentication.getDetails() required

    Hi everybody

    I've got this error


    Authentication.getDetails() required

    when i'm trying to use
  10. My message has changed. I'm using Apache...

    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...
  11. LDAP: error code 50 - INSUFFICIENT_ACCESS_RIGHTS

    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...
  12. Hi guys I want to use an embedded LDAP. I use,...

    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...
  13. I've got the same problem. If someone have the...

    I've got the same problem. If someone have the solution ...
Results 1 to 13 of 13