23 lines
906 B
Diff
23 lines
906 B
Diff
|
diff -Nru openldap-2.4.24.orig//servers/slapd/slapd.conf openldap-2.4.24/servers/slapd/slapd.conf
|
||
|
--- openldap-2.4.24.orig//servers/slapd/slapd.conf 2007-02-13 21:22:22.000000000 +0100
|
||
|
+++ openldap-2.4.24/servers/slapd/slapd.conf 2011-03-09 20:38:55.822787816 +0100
|
||
|
@@ -10,8 +10,8 @@
|
||
|
# service AND an understanding of referrals.
|
||
|
#referral ldap://root.openldap.org
|
||
|
|
||
|
-pidfile %LOCALSTATEDIR%/run/slapd.pid
|
||
|
-argsfile %LOCALSTATEDIR%/run/slapd.args
|
||
|
+pidfile %LOCALSTATEDIR%/run/openldap/slapd.pid
|
||
|
+argsfile %LOCALSTATEDIR%/run/openldap/slapd.args
|
||
|
|
||
|
# Load dynamic backend modules:
|
||
|
# modulepath %MODULEDIR%
|
||
|
@@ -60,6 +60,6 @@
|
||
|
# The database directory MUST exist prior to running slapd AND
|
||
|
# should only be accessible by the slapd and slap tools.
|
||
|
# Mode 700 recommended.
|
||
|
-directory %LOCALSTATEDIR%/openldap-data
|
||
|
+directory %LOCALSTATEDIR%/lib/openldap-data
|
||
|
# Indices to maintain
|
||
|
index objectClass eq
|