non-zero number of items to process with only one replica.
Fix strdup use in libldap/request.c
Fix NULL prefix bug in libldap/ufn.c
+ Build Environment
+ Change slapd.conf LDBM directory to $localstatedir/openldap-ldbm
Changes included in OpenLDAP 1.2.10
CVS Tag: OPENLDAP_REL_ENG_1_2_10
.B directory <directory>
Specify the directory where the LDBM files containing the database and
associated indexes live. The default is
-.B /usr/tmp.
+.BR LOCALSTATEDIR/openldap\-ldbm .
.TP
.B
index { <attrlist> | default } [ pres,eq,approx,sub,none ]
install-conf: FORCE
@-$(MKDIR) $(sysconfdir)
+ @-$(MKDIR) $(localstatedir)/openldap-ldbm
@for i in $(CFFILES); do \
tmpcf=/tmp/$$i.$$ ; \
if test $$i = slapd.conf ; then \
#suffix "o=My Organization Name, c=US"
rootdn "cn=Manager, dc=my-domain, dc=com"
#rootdn "cn=Manager, o=My Organization Name, c=US"
-rootpw secret
# cleartext passwords, especially for the rootdn, should
# be avoid. See slapd.conf(5) for details.
-directory /usr/tmp
+rootpw secret
+# database directory
+directory %LOCALSTATEDIR%/openldap-ldbm