From 482a20080c7d64375509c37202e3b981868a2eef Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Wed, 24 Aug 2011 19:05:49 +0200 Subject: [PATCH] manpage fix: errors in manual page slapo-unique Resolves: #733070 --- openldap-man-slapo-unique.patch | 31 +++++++++++++++++++++++++++++++ openldap.spec | 3 +++ 2 files changed, 34 insertions(+) create mode 100644 openldap-man-slapo-unique.patch 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 +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 + This legacy configuration parameter should be converted to a + .B strict + keyword prepended to a diff --git a/openldap.spec b/openldap.spec index 0caa9e7..298634d 100644 --- a/openldap.spec +++ b/openldap.spec @@ -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 - 2.4.26-1.1 - Rebuilt for rpm (#728707)