From: Quanah Gibson-Mount Date: Tue, 17 Aug 2021 21:59:17 +0000 (+0000) Subject: ITS#9638 - Fix tmpdir information for ldapsearch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d558a44912329019eaa5a2400fa0a460f48f10;p=thirdparty%2Fopenldap.git ITS#9638 - Fix tmpdir information for ldapsearch Correctly document the compiled in default for the temporary directory used by the ldapsearch utility as well as the environment variables that will override the default. --- diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 67641c71d2..3eaee60bc5 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -143,11 +143,13 @@ files. .TP .BI \-T \ path Write temporary files to directory specified by \fIpath\fP (default: -\fB/var/tmp/\fP) +\fBsystem default tmp directory\fP). The environment variables \fBTMPDIR\fP, +\fBTMP\fP, or \fBTEMP\fP will override the default path. .TP .BI \-F \ prefix URL prefix for temporary files. Default is \fBfile://\fIpath\fP where -\fIpath\fP is \fB/var/tmp/\fP or specified with \fB\-T\fP. +\fIpath\fP is the \fBsystem default tmp directory\fP or the value specified +with \fB\-T\fP. .TP .B \-A Retrieve attributes only (no values). This is useful when you just want to