]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
add clarification related to ITS#5166
authorPierangelo Masarati <ando@openldap.org>
Thu, 4 Oct 2007 11:02:15 +0000 (11:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 4 Oct 2007 11:02:15 +0000 (11:02 +0000)
CHANGES
doc/man/man8/slapadd.8
doc/man/man8/slapindex.8

diff --git a/CHANGES b/CHANGES
index fd6887c589fa5eca57f697da3259e8e0dc333711..5c3cad3ddb26e976351424b66fa058fb9060a155 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,11 +20,12 @@ OpenLDAP 2.3.39 Engineering
        Build Environment
                Fixed termios macro check (ITS#4880)
        Documentation
-               Added slapd-sql empty oc mapping workaround (ITS#4785)
+               Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
+               Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
                Added max-depth/return-error to slapo-chain(5)
-               Fixed Admin Guide URL in README (ITS#5107)
+               slapadd/slapindex note about file ownership (ITS#5166)
                slapcat note about using against running slapd (ITS#5028)
-               Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
+               Fixed Admin Guide URL in README (ITS#5107)
 
 OpenLDAP 2.3.38 Release (2007/08/20)
        Fixed slapadd check for ';binary' when required (ITS#5071)
index 86b2e21e11476898117aeac6148d789f56688230..8496f4a53aff388f48c7b65824fe8e6216ba6702 100644 (file)
@@ -42,6 +42,21 @@ it does not verify that superior entries exist before
 adding an entry, does not perform all user and system
 schema checks, and does not maintain operational
 attributes (such as createTimeStamp and modifiersName). 
+
+All files eventually created by
+.BR slapadd
+will belong to the identity
+.BR slapadd
+is run as, so make sure you either run
+.BR slapadd
+with the same identity
+.BR slapd (8)
+will be run as (see option
+.B \-u
+in
+.BR slapd (8)),
+or change file ownership before running
+.BR slapd (8).
 .SH OPTIONS
 .TP
 .B \-v
index 0e635e5013ba95e4b7d1fb6bac3ff1359c67aa24..146c4fa4a3b05be46e8cb7d5a6db973391663191 100644 (file)
@@ -29,6 +29,21 @@ of all entries.
 Databases configured as
 .B subordinate
 of this one are also re-indexed, unless \fB-g\fP is specified.
+
+All files eventually created by
+.BR slapindex
+will belong to the identity
+.BR slapindex
+is run as, so make sure you either run
+.BR slapindex
+with the same identity
+.BR slapd (8)
+will be run as (see option
+.B \-u
+in
+.BR slapd (8)),
+or change file ownership before running
+.BR slapd (8).
 .SH OPTIONS
 .TP
 .B \-v