X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fldap.conf.5;h=8a5f89d93fb4bcf3ff80ff9f48aba23b74dcbf01;hb=f183b81a686fed9409aa93a839618c6943d2da03;hp=475ab37f15aed82c61b7bb7ae19ad47a00222cf6;hpb=bae699bfd925327f424d4fddd852356a9b51bc8e;p=openldap diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 475ab37f15..8a5f89d93f 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -1,6 +1,6 @@ .TH LDAP.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2014 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2017 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldap.conf, .ldaprc \- LDAP configuration file/environment variables @@ -220,11 +220,9 @@ there are more options you can specify. .TP .B SASL_MECH Specifies the SASL mechanism to use. -.B This is a user-only option. .TP .B SASL_REALM Specifies the SASL realm. -.B This is a user-only option. .TP .B SASL_AUTHCID Specifies the authentication identity. @@ -284,6 +282,9 @@ description). The default is specifies the maximum security layer receive buffer size allowed. 0 disables security layers. The default is 65536. .RE +.TP +.B SASL_NOCANON +Do not perform reverse DNS lookups to canonicalize SASL host names. The default is off. .SH GSSAPI OPTIONS If OpenLDAP is built with Generic Security Services Application Programming Interface support, there are more options you can specify. @@ -338,9 +339,9 @@ token name first, followed by a colon: .nf TLS_CERT my hardware device:Certificate for Sam Carter .fi -Use certutil -L to list the certificates by name: +Use certutil \-L to list the certificates by name: .nf - certutil -d /path/to/certdbdir -L + certutil \-d /path/to/certdbdir \-L .fi .TP .B TLS_KEY @@ -358,7 +359,7 @@ database. For example, if TLS_CACERTDIR specifies /home/scarter/.moznss as the location of the cert/key database, use modutil to change the password to the empty string: .nf - modutil -dbdir ~/.moznss -changepw 'NSS Certificate DB' + modutil \-dbdir ~/.moznss \-changepw 'NSS Certificate DB' .fi You must have the old password, if any. Ignore the WARNING about the running browser. Press 'Enter' for the new password.