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