summaryrefslogtreecommitdiff
path: root/openldap/slapd.conf
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-07-23 11:10:10 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-07-23 11:11:33 +0200
commit3a1cf227c6744c94d8620b13c1e5a430cd6895ce (patch)
tree7bb55bf60e30e7eec3fd450385f8743549c87448 /openldap/slapd.conf
parent56b47f270cdd9b1177758047f154b7e21579a3be (diff)
OpenLDAP schema and sample conf from kernel
Diffstat (limited to 'openldap/slapd.conf')
-rw-r--r--openldap/slapd.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/openldap/slapd.conf b/openldap/slapd.conf
new file mode 100644
index 0000000..ebf42df
--- /dev/null
+++ b/openldap/slapd.conf
@@ -0,0 +1,13 @@
+include /etc/openldap/schema/core.schema
+include cristal-kernel/bin/openldap/cristal.schema
+pidfile /var/run/slapd/slapd.pid
+argsfile /var/run/slapd/slapd.args
+
+moduleload back_bdb.la
+
+database bdb
+suffix "o=cern,c=ch"
+rootdn "cn=admin,o=cern,c=ch"
+rootpw cristal
+index objectClass eq
+index cn eq,pres,sub