aboutsummaryrefslogtreecommitdiff
path: root/priv/ldapsp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-21 17:34:00 +0200
committerGuido Günther <agx@sigxcpu.org>2016-11-07 19:49:55 +0100
commit3b5f2a40a4d57934825896ba31a1d929ebf02603 (patch)
treed075f730ee69d82f3fa2a0f9c914ff2753330554 /priv/ldapsp.conf
Initial commit
Diffstat (limited to 'priv/ldapsp.conf')
-rw-r--r--priv/ldapsp.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/ldapsp.conf b/priv/ldapsp.conf
new file mode 100644
index 0000000..0f67bfd
--- /dev/null
+++ b/priv/ldapsp.conf
@@ -0,0 +1,7 @@
+%% coding: utf-8
+%% -*- mode: erlang -*-
+{connection,
+ [{server, "192.168.122.172"},
+ {user, "cn=admin,dc=example,dc=com"},
+ {password, "r00tme"}]}.
+