862f73dffa
Resolves: #732915
24 lines
778 B
Diff
24 lines
778 B
Diff
fix: SASL_NOCANON option missing in ldap.conf manual page
|
|
|
|
Author: Jan Vcelak <jvcelak@redhat.com>
|
|
Upstream ITS: #7177
|
|
Resolves: #732915
|
|
|
|
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
|
|
index 51f774f..5f17122 100644
|
|
--- a/doc/man/man5/ldap.conf.5
|
|
+++ b/doc/man/man5/ldap.conf.5
|
|
@@ -284,6 +284,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 <on/true/yes/off/false/no>
|
|
+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.
|
|
--
|
|
1.7.6.5
|
|
|