From: Pierangelo Masarati Date: Thu, 4 Oct 2007 11:02:15 +0000 (+0000) Subject: add clarification related to ITS#5166 X-Git-Tag: OPENLDAP_REL_ENG_2_3_39~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ef033e10b00f20685a3171013f73443542f306;p=thirdparty%2Fopenldap.git add clarification related to ITS#5166 --- diff --git a/CHANGES b/CHANGES index fd6887c589..5c3cad3ddb 100644 --- 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) diff --git a/doc/man/man8/slapadd.8 b/doc/man/man8/slapadd.8 index 86b2e21e11..8496f4a53a 100644 --- a/doc/man/man8/slapadd.8 +++ b/doc/man/man8/slapadd.8 @@ -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 diff --git a/doc/man/man8/slapindex.8 b/doc/man/man8/slapindex.8 index 0e635e5013..146c4fa4a3 100644 --- a/doc/man/man8/slapindex.8 +++ b/doc/man/man8/slapindex.8 @@ -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