From 3a1cf227c6744c94d8620b13c1e5a430cd6895ce Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 23 Jul 2014 11:10:10 +0200 Subject: OpenLDAP schema and sample conf from kernel --- openldap/slapd.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openldap/slapd.conf (limited to 'openldap/slapd.conf') 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 -- cgit v1.2.3