From 04e26fecb244f02b478f983ad0be60263a70b923 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Wed, 20 Aug 2008 14:21:10 +0000 Subject: [PATCH] Summarize in description field and add details in header --- doc/man/man5/ldap.conf.5 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index e4e3b29e3c..d8ac6f6e61 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -3,9 +3,9 @@ .\" Copyright 1998-2008 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME -ldap.conf, .ldaprc \- ldap configuration file +ldap.conf, .ldaprc \- LDAP configuration file/environment variables .SH SYNOPSIS -ETCDIR/ldap.conf, .ldaprc +ETCDIR/ldap.conf, ldaprc, .ldaprc, $LDAP .SH DESCRIPTION If the environment variable \fBLDAPNOINIT\fP is defined, all defaulting is disabled. @@ -45,6 +45,17 @@ in the .I ldap.conf (or file specified by .BR LDAPCONF ). +.LP +Thus the following files and variables are read, in order: +.nf + variable $LDAPNOINIT, and if that is not set: + system file ETCDIR/ldap.conf, + user files $HOME/ldaprc, $HOME/.ldaprc, ./ldaprc, + system file $LDAPCONF, + user files $HOME/$LDAPRC, $HOME/.$LDAPRC, ./$LDAPRC, + variables $LDAP. +.fi +Settings late in the list override earlier ones. .SH OPTIONS The configuration options are case-insensitive; their value, on a case by case basis, may be case-sensitive. -- 2.39.5