[Pkg-openldap-devel] r695 - openldap/trunk-2.3/debian
Matthijs Mohlmann
active2-guest at costa.debian.org
Sat Jul 22 11:50:45 UTC 2006
Author: active2-guest
Date: 2006-07-22 11:50:44 +0000 (Sat, 22 Jul 2006)
New Revision: 695
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/slapd.conf
openldap/trunk-2.3/debian/slapd.scripts-common
Log:
* Added commented out rootdn in slapd.conf
* Make the maintainers scripts output a bit more consistent.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2006-07-21 16:18:01 UTC (rev 694)
+++ openldap/trunk-2.3/debian/changelog 2006-07-22 11:50:44 UTC (rev 695)
@@ -7,8 +7,10 @@
to unverifiable passwords. (ITS#4575)
- fix for a bv replace
- fix for password length
+ * Added commented out rootdn parameter in slapd.conf. (Closes: #303245)
+ * Make the scripts output a bit more consistent.
- -- Matthijs Mohlmann <matthijs at cacholong.nl> Fri, 21 Jul 2006 18:13:11 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl> Sat, 22 Jul 2006 13:38:36 +0200
openldap2.3 (2.3.24-2) unstable; urgency=low
Modified: openldap/trunk-2.3/debian/slapd.conf
===================================================================
--- openldap/trunk-2.3/debian/slapd.conf 2006-07-21 16:18:01 UTC (rev 694)
+++ openldap/trunk-2.3/debian/slapd.conf 2006-07-22 11:50:44 UTC (rev 695)
@@ -60,6 +60,10 @@
# The base of your directory in database #1
suffix "@SUFFIX@"
+# rootdn directive for specifying a superuser on the database. This is needed
+# for syncrepl.
+# rootdn "cn=admin, at SUFFIX@"
+
# Where the database file are physically stored for database #1
directory "/var/lib/ldap"
Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common 2006-07-21 16:18:01 UTC (rev 694)
+++ openldap/trunk-2.3/debian/slapd.scripts-common 2006-07-22 11:50:44 UTC (rev 695)
@@ -136,7 +136,7 @@
addgroup --quiet --system openldap
fi
if [ -z "`getent passwd openldap`" ]; then
- echo -n " Creating new user openldap " >&2
+ echo -n " Creating new user openldap... " >&2
adduser --quiet --system --home /var/lib/ldap --shell /bin/false \
--ingroup openldap --disabled-password --disabled-login \
--gecos "OpenLDAP Server Account" openldap
More information about the Pkg-openldap-devel
mailing list