Blame SOURCES/openldap-man-sasl-nocanon.patch

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