adf540
fix: SASL_NOCANON option missing in ldap.conf manual page
adf540
adf540
Author: Jan Vcelak <jvcelak@redhat.com>
adf540
Upstream ITS: #7177
adf540
Resolves: #732915
adf540
adf540
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
adf540
index 51f774f..5f17122 100644
adf540
--- a/doc/man/man5/ldap.conf.5
adf540
+++ b/doc/man/man5/ldap.conf.5
adf540
@@ -284,6 +284,9 @@ description).  The default is
adf540
 specifies the maximum security layer receive buffer
adf540
 size allowed.  0 disables security layers.  The default is 65536.
adf540
 .RE
adf540
+.TP
adf540
+.B SASL_NOCANON <on/true/yes/off/false/no>
adf540
+Do not perform reverse DNS lookups to canonicalize SASL host names. The default is off.
adf540
 .SH GSSAPI OPTIONS
adf540
 If OpenLDAP is built with Generic Security Services Application Programming Interface support,
adf540
 there are more options you can specify.
adf540
-- 
adf540
1.7.6.5
adf540