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