[Pkg-openldap-devel] r824 - openldap/trunk-2.3/debian
Russ Allbery
rra at alioth.debian.org
Fri Jun 1 23:20:27 UTC 2007
Author: rra
Date: 2007-06-01 23:20:27 +0000 (Fri, 01 Jun 2007)
New Revision: 824
Modified:
openldap/trunk-2.3/debian/README.DB_CONFIG
openldap/trunk-2.3/debian/changelog
Log:
* Remove slapd conflicts with libbind-dev and bind-dev. There no longer
* Document in README.DB_CONFIG that the db_recover command should be run
as the slapd user. Thanks, Glennie Vignarajah. (Closes: #412575)
Modified: openldap/trunk-2.3/debian/README.DB_CONFIG
===================================================================
--- openldap/trunk-2.3/debian/README.DB_CONFIG 2007-06-01 23:16:18 UTC (rev 823)
+++ openldap/trunk-2.3/debian/README.DB_CONFIG 2007-06-01 23:20:27 UTC (rev 824)
@@ -6,9 +6,13 @@
Note that changes to DB_CONFIG will only have any effect after (re-)creating
the Berkeley DB environment which means that you have either to run
-db_recover or dump and reload your data. db_recover -eh /var/lib/ldap
-should do the trick.
+db_recover or dump and reload your data.
+ su -c 'db_recover -eh /var/lib/ldap' openldap
+
+should do the trick. Run this command as whatever user you have configured
+slapd to run as (in /etc/default/slapd).
+
-- Torsten Landschoff <torsten at debian.org> Sun, 29 May 2005 18:08:10 +0200
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2007-06-01 23:16:18 UTC (rev 823)
+++ openldap/trunk-2.3/debian/changelog 2007-06-01 23:20:27 UTC (rev 824)
@@ -1,10 +1,12 @@
openldap2.3 (2.3.35-2) UNRELEASED; urgency=low
- * Remove conflicts with libbind-dev and bind-dev. There no longer
+ * Remove slapd conflicts with libbind-dev and bind-dev. There no longer
appears to be anything in those packages that would break slapd's
resolver. (Closes: #225896)
+ * Document in README.DB_CONFIG that the db_recover command should be run
+ as the slapd user. Thanks, Glennie Vignarajah. (Closes: #412575)
- -- Russ Allbery <rra at debian.org> Fri, 01 Jun 2007 16:14:41 -0700
+ -- Russ Allbery <rra at debian.org> Fri, 01 Jun 2007 16:20:11 -0700
openldap2.3 (2.3.35-1) unstable; urgency=low
More information about the Pkg-openldap-devel
mailing list