diff --git a/openldap-man-sasl-nocanon.patch b/openldap-man-sasl-nocanon.patch new file mode 100644 index 0000000..c4a9e39 --- /dev/null +++ b/openldap-man-sasl-nocanon.patch @@ -0,0 +1,23 @@ +fix: SASL_NOCANON option missing in ldap.conf manual page + +Author: Jan Vcelak +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 ++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 + diff --git a/openldap.spec b/openldap.spec index 1e92587..2986143 100644 --- a/openldap.spec +++ b/openldap.spec @@ -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 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 2.4.29-3 - fix: ldap_result does not succeed for sssd (#771484)