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