Results 1 to 5 of 5

Thread: Where is the Spring LDAP Sample App?

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    6

    Default Where is the Spring LDAP Sample App?

    I downloaded the spring-ldap-bin-with-dependencies-1.2.1.zip but don't see the referenced spring sample application. Has this moved? Thanks.

  2. #2
    Join Date
    Jul 2005
    Location
    Helsingborg, Sweden
    Posts
    504

    Default

    It's only in svn nowadays.
    Ulrik Sandberg
    Jayway (www.jayway.com)
    Spring LDAP project member

  3. #3
    Join Date
    Jul 2009
    Location
    Lebanon
    Posts
    9

    Default i also need a sample step by step

    please ulsa....
    Solution is always there u have to find it

  4. #4
    Join Date
    Jul 2005
    Location
    Helsingborg, Sweden
    Posts
    504

    Default

    OK, here is how I do it:

    Code:
    svn co https://src.springframework.org/svn/spring-ldap/trunk spring-ldap
    cd spring-ldap
    mvn install
    cd samples/samples-utils
    mvn install
    cd ../article
    mvn jetty:run
    Then browse to http://localhost:8080/spring-ldap-article
    Ulrik Sandberg
    Jayway (www.jayway.com)
    Spring LDAP project member

  5. #5
    Join Date
    Aug 2010
    Posts
    5

    Default

    Hello,

    what I need is a full code example of LDAP authentication? I did not find any complete example and explanation. I read the docs and still donīt have clear picture of the configuration in applicationContext-security? how elements are nested and how the LDAP keywords(uid, objectclass, etc) relate to the server keywords, roles configuration.

    Thank you.

    David

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •