fix: SASL_NOCANON option missing in ldap.conf manual page

Resolves: #732915
This commit is contained in:
Jan Vcelak 2012-02-22 15:46:23 +01:00
parent c2db986060
commit 862f73dffa
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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

View File

@ -40,6 +40,7 @@ Patch8: openldap-syncrepl-unset-tls-options.patch
Patch9: openldap-result-write-polling.patch
Patch10: openldap-constraint-count.patch
Patch11: openldap-man-clients-missing-options.patch
Patch12: openldap-man-sasl-nocanon.patch
# Fedora specific patches
Patch100: openldap-fedora-systemd.patch
@ -146,6 +147,7 @@ pushd openldap-%{version}
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch100 -p1
@ -659,6 +661,7 @@ exit 0
%changelog
* Wed Feb 22 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-4
- fix: missing options in manual pages of client tools (#796232)
- fix: SASL_NOCANON option missing in ldap.conf manual page (#732915)
* Tue Feb 21 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-3
- fix: ldap_result does not succeed for sssd (#771484)