diff options
Diffstat (limited to 'bin/openldap/slapd.conf')
| -rw-r--r-- | bin/openldap/slapd.conf | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/bin/openldap/slapd.conf b/bin/openldap/slapd.conf index 65cebf1..4502164 100644 --- a/bin/openldap/slapd.conf +++ b/bin/openldap/slapd.conf @@ -1,20 +1,13 @@ -# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $
-#
-# See slapd.conf(5) for details on configuration options.
-# This file should NOT be world readable.
-#
-include D:/openldap-2_0_19_debug/schema/core.schema
-include D:/openldap-2_0_19_debug/schema/cristal2.schema
-pidfile D:/openldap-2_0_19_debug/slapd.pid
-argsfile D:/openldap-2_0_19_debug/slapd.args
+include /etc/openldap/schema/core.schema
+include cristal-kernel/bin/openldap/cristal2.schema
+pidfile /var/run/slapd/slapd.pid
+argsfile /var/run/slapd/slapd.args
+moduleload back_bdb.la
-# if no access controls are present, the default is:
-# Allow read by all
-# rootdn can always write!
-
-database ldbm
+database bdb
suffix "o=cern,c=ch"
-rootdn "cn=Directory Manager,o=cern,c=ch"
-rootpw estrella
+rootdn "cn=admin,o=cern,c=ch"
+rootpw cristal
index objectClass eq
+index cn eq,pres,sub
|
