spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Spring LDAP

Results 124 spring-ldap issues
Sort by recently updated
recently updated
newest added
trafficstars

Is it possible to create a LDAP Context Source without an admin userDN and password? Our LDAP servers do provide anonymous bind search which is the 80% use case of...

Following section 3.4 of the Spring LDAP Reference manual to use the DirContextAdapter and LdapTemplate for adding an attribute for a new user to a group, I get a MetaDataException...

Currently NullDirContextProcessor is a private static nested class of LdapTemplate. I would like to see it as a normal top-level public class. The reason is that sometimes rather then writing...

I am trying to run cd spring-ldap/samples/article-spring30 mvn jetty:run and I am getting: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.287s [INFO] Finished at: Wed Jul 03...