parent
c6479d1199
commit
482a20080c
31
openldap-man-slapo-unique.patch
Normal file
31
openldap-man-slapo-unique.patch
Normal file
@ -0,0 +1,31 @@
|
||||
Errors in manual pages slapo-unique
|
||||
|
||||
Author: Jan Vcelak <jvcelak@redhat.com>
|
||||
Resolves: #733070
|
||||
|
||||
diff --git a/doc/man/man5/slapo-unique.5 b/doc/man/man5/slapo-unique.5
|
||||
index 85270d8..849ffe9 100644
|
||||
--- a/doc/man/man5/slapo-unique.5
|
||||
+++ b/doc/man/man5/slapo-unique.5
|
||||
@@ -49,6 +49,12 @@ statements or
|
||||
attributes will create independent domains, each with their own
|
||||
independent lists of URIs and ignore/strict settings.
|
||||
|
||||
+Keywords
|
||||
+.B strict
|
||||
+and
|
||||
+.B ignore
|
||||
+have to be enclosed in quotes (") together with the URI.
|
||||
+
|
||||
The LDAP URI syntax is a subset of
|
||||
.B RFC-4516,
|
||||
and takes the form:
|
||||
@@ -137,7 +143,7 @@ This legacy configuration parameter should be converted to a
|
||||
.B unique_uri
|
||||
parameter, as described above.
|
||||
.TP
|
||||
-.B unique_strict
|
||||
+.B unique_strict <attribute...>
|
||||
This legacy configuration parameter should be converted to a
|
||||
.B strict
|
||||
keyword prepended to a
|
@ -36,6 +36,7 @@ Patch10: openldap-nss-verifycert.patch
|
||||
Patch11: openldap-nss-memleak-free-certs.patch
|
||||
Patch12: openldap-constraint-overlay-config.patch
|
||||
Patch13: openldap-dds-overlay-tolerance.patch
|
||||
Patch14: openldap-man-slapo-unique.patch
|
||||
|
||||
# patches for the evolution library (see README.evolution)
|
||||
Patch200: openldap-evolution-ntlm.patch
|
||||
@ -142,6 +143,7 @@ pushd openldap-%{version}
|
||||
%patch11 -p1 -b .nss-memleak-free-certs
|
||||
%patch12 -p1 -b .constraint-overlay-config
|
||||
%patch13 -p1 -b .dds-overlay-tolerance
|
||||
%patch14 -p1 -b .man-slapo-unique
|
||||
|
||||
cp %{_datadir}/libtool/config/config.{sub,guess} build/
|
||||
|
||||
@ -672,6 +674,7 @@ exit 0
|
||||
- fix: memleak - free the return of tlsm_find_and_verify_cert_key (#725818)
|
||||
- fix: conversion of constraint overlay settings to cn=config is incorrect (#733067)
|
||||
- fix: DDS overlay tolerance parametr doesn't function and breakes default TTL (#733069)
|
||||
- manpage fix: errors in manual page slapo-unique (#733070)
|
||||
|
||||
* Sun Aug 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.4.26-1.1
|
||||
- Rebuilt for rpm (#728707)
|
||||
|
Loading…
Reference in New Issue
Block a user