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