X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fldap.conf.5;h=ff071b360f9b612e35786c888561a40f3b28646c;hb=e1a5177baca44d6ff5dceea3f6f91da329d43b85;hp=d160cc92af4cc43445359cacff196233dfb51679;hpb=c721b2b7a0b0161c459d4850a97816156c70a025;p=openldap diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index d160cc92af..ff071b360f 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -317,7 +317,7 @@ certificates in separate individual files. The .B TLS_CACERT is always used before .B TLS_CACERTDIR. -This parameter is ignored with GNUtls. +This parameter is ignored with GnuTLS. When using Mozilla NSS, may contain a Mozilla NSS cert/key database. If contains a Mozilla NSS cert/key database and @@ -327,6 +327,7 @@ ignore the CA cert files. .B TLS_CERT Specifies the file that contains the client certificate. .B This is a user-only option. + When using Mozilla NSS, if using a cert/key database (specified with TLS_CACERTDIR), TLS_CERT specifies the name of the certificate to use: .nf @@ -349,6 +350,7 @@ stored in the 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. .B This is a user-only option. + When using Mozilla NSS, TLS_KEY specifies the name of a file that contains the password for the key for the certificate specified with TLS_CERT. The modutil command can be used to turn off password protection for the cert/key @@ -364,8 +366,8 @@ browser. Press 'Enter' for the new password. .TP .B TLS_CIPHER_SUITE Specifies acceptable cipher suite and preference order. - should be a cipher specification for OpenSSL, - should be a cipher specification for OpenSSL resp. GNUtls. + should be a cipher specification for +the TLS library in use (OpenSSL, GnuTLS, or Mozilla NSS). Example: .RS .RS @@ -373,7 +375,7 @@ Example: .I OpenSSL: TLS_CIPHER_SUITE HIGH:MEDIUM:+SSLv2 .TP -.I GNUtls: +.I GnuTLS: TLS_CIPHER_SUITE SECURE256:!AES-128-CBC .RE @@ -383,18 +385,19 @@ To check what ciphers a given spec selects in OpenSSL, use: openssl ciphers \-v .fi -With GNUtls the available specs can be found in the manual page of +With GnuTLS the available specs can be found in the manual page of .BR gnutls\-cli (1) (see the description of the option .BR \-\-priority ). -In older versions of GNUtls, where gnutls\-cli does not support the option +In older versions of GnuTLS, where gnutls\-cli does not support the option \-\-priority, you can obtain the \(em more limited \(em list of ciphers by calling: .nf gnutls\-cli \-l .fi + When using Mozilla NSS, the OpenSSL cipher suite specifications are used and translated into the format used internally by Mozilla NSS. There isn't an easy way to list the cipher suites from the command line. The authoritative list @@ -408,7 +411,7 @@ is in the source code for Mozilla NSS in the file sslinfo.c in the structure Specifies the file to obtain random bits from when /dev/[u]random is not available. Generally set to the name of the EGD/PRNGD socket. The environment variable RANDFILE can also be used to specify the filename. -This parameter is ignored with GNUtls and Mozilla NSS. +This parameter is ignored with GnuTLS and Mozilla NSS. .TP .B TLS_REQCERT Specifies what checks to perform on server certificates in a TLS session, @@ -441,7 +444,7 @@ Specifies if the Certificate Revocation List (CRL) of the CA should be used to verify if the server certificates have not been revoked. This requires .B TLS_CACERTDIR -parameter to be set. This parameter is ignored with GNUtls and Mozilla NSS. +parameter to be set. This parameter is ignored with GnuTLS and Mozilla NSS. .B can be specified as one of the following keywords: .RS @@ -459,7 +462,7 @@ Check the CRL for a whole certificate chain .B TLS_CRLFILE Specifies the file containing a Certificate Revocation List to be used to verify if the server certificates have not been revoked. This -parameter is only supported with GNUtls and Mozilla NSS. +parameter is only supported with GnuTLS and Mozilla NSS. .SH "ENVIRONMENT VARIABLES" .TP LDAPNOINIT