From: Pierangelo Masarati Date: Thu, 4 Oct 2007 09:22:13 +0000 (+0000) Subject: add clarification related to ITS#5166 X-Git-Tag: OPENLDAP_REL_ENG_2_4_6~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b99ad918c1fa0d14a5ffb2fe72d0178817a504ef;p=openldap add clarification related to ITS#5166 --- diff --git a/CHANGES b/CHANGES index 0010dcd514..def19a7716 100644 --- 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) diff --git a/doc/man/man8/slapadd.8 b/doc/man/man8/slapadd.8 index 7cecd3d527..2c4e08088f 100644 --- a/doc/man/man8/slapadd.8 +++ b/doc/man/man8/slapadd.8 @@ -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" diff --git a/doc/man/man8/slapindex.8 b/doc/man/man8/slapindex.8 index df309d59dc..bcb8fcda47 100644 --- a/doc/man/man8/slapindex.8 +++ b/doc/man/man8/slapindex.8 @@ -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"