diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
| commit | 4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee (patch) | |
| tree | d46b80a7efcc770d28cdeb3c5a6083a8c9b97c0c /bin/openldap/slapd.conf | |
| parent | 56afac46ce0912eb496b5b22af0d28070218e7be (diff) | |
Cleanup bin & add eclipse launch configurations
Diffstat (limited to 'bin/openldap/slapd.conf')
| -rw-r--r-- | bin/openldap/slapd.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/openldap/slapd.conf b/bin/openldap/slapd.conf new file mode 100644 index 0000000..65cebf1 --- /dev/null +++ b/bin/openldap/slapd.conf @@ -0,0 +1,20 @@ +# $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
+
+
+# if no access controls are present, the default is:
+# Allow read by all
+# rootdn can always write!
+
+database ldbm
+suffix "o=cern,c=ch"
+rootdn "cn=Directory Manager,o=cern,c=ch"
+rootpw estrella
+index objectClass eq
|
