diff options
| author | ogattaz <olivier@gattaz.com> | 2014-07-24 10:15:59 +0200 |
|---|---|---|
| committer | ogattaz <olivier@gattaz.com> | 2014-07-24 10:15:59 +0200 |
| commit | c58aff0580096990b747c990dc003ef6222de72f (patch) | |
| tree | fcfba0f7a63762d229943e7abf6311040e826dce /openldap/slapd.conf | |
| parent | 8943c56c500ef9b90a0eab8ca9f621c94e7f87ac (diff) | |
| parent | 7ed322e896143cc687e0f3ada8a659473aea0567 (diff) | |
Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-ldap
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
|
