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

diff --git a/CHANGES b/CHANGES
index 0010dcd514b6005496d2725a4062c848ddef637c..def19a7716c9c41a4e03926ee22cd7578afe2fac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,3 +28,4 @@ OpenLDAP 2.4.6 Engineering
                 Updated contrib/ldapc++ build enviroment
        Documentation
                Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
+               Fixed slapadd(8)/slapindex/8) about file ownership (ITS#5166)
index 7cecd3d527030834689c431c3714072a47041735..2c4e08088f7c7a42525335f570ce576865dc9518 100644 (file)
@@ -36,6 +36,21 @@ Databases configured as
 .B subordinate
 of this one are also updated, unless \fB-g\fP is specified.
 The LDIF input is read from standard input or the specified file.
+
+All files eventually created by
+.BR slapadd (8)
+will belong to the identity
+.BR slapadd (8)
+is run as, so make sure you either run
+.BR slapadd (8)
+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
 .BI \-b " suffix" 
index df309d59dc8fb4970ac1f83a245e6b686742377e..bcb8fcda471f39613805d728ddab6c738e2c894b 100644 (file)
@@ -31,6 +31,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 (8)
+will belong to the identity
+.BR slapindex (8)
+is run as, so make sure you either run
+.BR slapindex (8)
+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
 .BI \-b " suffix"