Blame SOURCES/0019-MAN-Remove-outdated-notes-from-the-re_expression-des.patch

cdf651
From 8d5241404e8eb2388a9fc45115f5210e3ada1f1b Mon Sep 17 00:00:00 2001
cdf651
From: Jakub Hrozek <jhrozek@redhat.com>
cdf651
Date: Fri, 22 Jun 2018 10:40:29 +0200
cdf651
Subject: [PATCH] MAN: Remove outdated notes from the re_expression description
cdf651
MIME-Version: 1.0
cdf651
Content-Type: text/plain; charset=UTF-8
cdf651
Content-Transfer-Encoding: 8bit
cdf651
cdf651
These notes are only valid for very old pcre releases which hopefully
cdf651
nobody is using anymore.
cdf651
cdf651
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
cdf651
Reviewed-by: Sumit Bose <sbose@redhat.com>
cdf651
(cherry picked from commit 4c79db69cbad88ed56e87e8fe61f697f72d7408d)
cdf651
cdf651
DOWNSTREAM:
cdf651
Resolves: rhbz#1509691 - Document how to change the regular expression for SSSD so that group names with an @-sign can be parsed
cdf651
---
cdf651
 src/man/sssd.conf.5.xml | 12 ------------
cdf651
 1 file changed, 12 deletions(-)
cdf651
cdf651
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
cdf651
index beed677072c9bbfb9e7749f25c2a90d743f9328d..558c97e834d7aaf46adb31b1573eb59705569782 100644
cdf651
--- a/src/man/sssd.conf.5.xml
cdf651
+++ b/src/man/sssd.conf.5.xml
cdf651
@@ -2630,18 +2630,6 @@ pam_account_locked_message = Account locked, please contact help desk.
cdf651
                             the <quote>@</quote> sign, the domain everything
cdf651
                             after that"
cdf651
                         </para>
cdf651
-                        <para>
cdf651
-                            PLEASE NOTE: the support for non-unique named
cdf651
-                            subpatterns is not available on all platforms
cdf651
-                            (e.g. RHEL5 and SLES10). Only platforms with
cdf651
-                            libpcre version 7 or higher can support non-unique
cdf651
-                            named subpatterns.
cdf651
-                        </para>
cdf651
-                        <para>
cdf651
-                            PLEASE NOTE ALSO: older version of libpcre only
cdf651
-                            support the Python syntax (?P<name>) to label
cdf651
-                            subpatterns.
cdf651
-                        </para>
cdf651
                     </listitem>
cdf651
                 </varlistentry>
cdf651
                 <varlistentry>
cdf651
-- 
cdf651
2.17.1
cdf651