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.
Printable View
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.
It's only in svn nowadays.
please ulsa....
OK, here is how I do it:
Then browse to http://localhost:8080/spring-ldap-articleCode: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
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