Skip to content
Permalink
4fb20a74bd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (10 sloc) 422 Bytes

clj-util-ldap

Connect to directory services from clojure

You will need the following properties file on your classpath. E.g. for developnent you may want:

cat dev-resources/shh-auth.properties
ldap.host = myserver.mpg.de
ldap.port = 389

This uses the java library:

[com.novell.ldap/jldap "2009-10-07"]