From 88c4e9b2f60c0d465fc8dbfb3714c16655df2f1b Mon Sep 17 00:00:00 2001 From: Stephen Clayton Date: Tue, 9 May 2017 16:02:13 +0200 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 545d513..e22574f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # 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 +```