diff options
Diffstat (limited to 'openldap/slapd.conf')
| -rw-r--r-- | openldap/slapd.conf | 13 |
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
|
