[openldap/f15] manpage fix: errors in manual page slapo-unique

jvcelak jvcelak at fedoraproject.org
Wed Aug 24 19:26:25 UTC 2011


commit 306cbb6109e81450e7ea895ace60b2cbb4a04944
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Wed Aug 24 19:05:49 2011 +0200

    manpage fix: errors in manual page slapo-unique
    
    Resolves: #733070

 openldap-man-slapo-unique.patch |   31 +++++++++++++++++++++++++++++++
 openldap.spec                   |    3 +++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/openldap-man-slapo-unique.patch b/openldap-man-slapo-unique.patch
new file mode 100644
index 0000000..b76ee1b
--- /dev/null
+++ b/openldap-man-slapo-unique.patch
@@ -0,0 +1,31 @@
+Errors in manual pages slapo-unique
+
+Author: Jan Vcelak <jvcelak at 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
diff --git a/openldap.spec b/openldap.spec
index 89065b0..7292303 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -42,6 +42,7 @@ Patch19: openldap-nss-verifycert.patch
 Patch20: openldap-nss-memleak-free-certs.patch
 Patch21: openldap-constraint-overlay-config.patch
 Patch22: openldap-dds-overlay-tolerance.patch
+Patch23: openldap-man-slapo-unique.patch
 
 # patches for the evolution library (see README.evolution)
 Patch200: openldap-evolution-ntlm.patch
@@ -156,6 +157,7 @@ pushd openldap-%{version}
 %patch20 -p1 -b .nss-memleak-free-certs
 %patch21 -p1 -b .constraint-overlay-config
 %patch22 -p1 -b .dds-overlay-tolerance
+%patch23 -p1 -b .man-slapo-unique
 
 cp %{_datadir}/libtool/config/config.{sub,guess} build/
 
@@ -704,6 +706,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)
 
 * Tue Jun 28 2011 Jan Vcelak <jvcelak at redhat.com> 2.4.24-3
 - fix: openldap-servers scriptlets require initscripts package (#716857)


More information about the scm-commits mailing list