From 98b1e09c44a4038c23cae38b23aead7a15d23efe Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 16 Jun 2002 12:10:23 +0000 Subject: [PATCH] Note that TLS_CERT and TLS_KEY are user-only options. --- doc/man/man5/ldap.conf.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index fdedd84263..ec3f5e9ae3 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -180,14 +180,16 @@ is always used before .B TLS_CACERTDIR. .TP .B TLS_CERT -Specifies the file that contains the client certificate. +Specifies the file that contains the client certificate. This is +a user\-only option. .TP .B TLS_KEY Specifies the file that contains the private key that matches the certificate stored in the .B TLS_CERT file. Currently, the private key must not be protected with a password, so -it is of critical importance that the key file is protected carefully. +it is of critical importance that the key file is protected carefully. This +is a user\-only option. .TP .B TLS_RANDFILE Specifies the file to obtain random bits from when /dev/[u]random is -- 2.39.5