From: Kurt Zeilenga Date: Mon, 9 Oct 2000 23:53:35 +0000 (+0000) Subject: Clarify handling of -r (chroot) option X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1789 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e9862ac99577bb48fb171c6f3b7274e640f5a78e;p=openldap Clarify handling of -r (chroot) option --- diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index 91923b047b..251e2175e6 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -119,7 +119,9 @@ Ports, if specfied, must be numeric. The default ldap:// port is 389 and the default ldaps:// port is 636. .TP .BI \-r " directory" -Specifies a run-time directory. slapd will +Specifies a chroot "jail" directory. slapd will +.BR chdir (2) +then .BR chroot (2) to this directory after opening listeners but before any reading any configuration file or initializing any backend.