Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > bc28bab112728471ee268b58142aa8eb > files > 49

openldap2.3-2.3.41-2mdv2008.1.src.rpm

--- openldap-2.3.4/include/ldap_defaults.h.config	2005-03-18 00:29:48.000000000 +0200
+++ openldap-2.3.4/include/ldap_defaults.h	2005-06-20 17:21:38.000000000 +0200
@@ -47,7 +47,7 @@
 	/* location of the default slapd config file */
 #define SLAPD_DEFAULT_CONFIGFILE	LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.conf"
 #define SLAPD_DEFAULT_CONFIGDIR		LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.d"
-#define SLAPD_DEFAULT_DB_DIR		LDAP_RUNDIR LDAP_DIRSEP "openldap-data"
+#define SLAPD_DEFAULT_DB_DIR		LDAP_RUNDIR LDAP_DIRSEP "/var/lib/ldap"
 #define SLAPD_DEFAULT_DB_MODE		0600
 #define SLAPD_DEFAULT_UCDATA		LDAP_DATADIR LDAP_DIRSEP "ucdata"
 	/* default max deref depth for aliases */
--- openldap-2.3.4/servers/slurpd/slurp.h.config	2005-01-20 20:04:06.000000000 +0200
+++ openldap-2.3.4/servers/slurpd/slurp.h	2005-06-20 17:18:51.000000000 +0200
@@ -67,7 +67,7 @@
 #define SERVICE_NAME	OPENLDAP_PACKAGE "-slurpd"
 
 /* Default directory for slurpd's private copy of replication logs */
-#define	DEFAULT_SLURPD_REPLICA_DIR	LDAP_RUNDIR LDAP_DIRSEP "openldap-slurp"
+#define	DEFAULT_SLURPD_REPLICA_DIR	 "/var/lib/ldap"
 
 /* Default name for slurpd's private copy of the replication log */
 #define	DEFAULT_SLURPD_REPLOGFILE	"slurpd.replog"