diff options
author | Sumit Bose <sbose@redhat.com> | 2009-08-31 20:30:46 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-01 14:51:18 -0400 |
commit | b641864b0250923e279dadd1866c7b8cea6c1372 (patch) | |
tree | 481e0278eaf8751425e0b2443052091baaeefedb /server/man | |
parent | d5450bc3c771bcc4c70f07b7028c9dffd80a5281 (diff) | |
download | sssd-b641864b0250923e279dadd1866c7b8cea6c1372.tar.gz sssd-b641864b0250923e279dadd1866c7b8cea6c1372.tar.bz2 sssd-b641864b0250923e279dadd1866c7b8cea6c1372.zip |
check if libpcre version is above or below 7
PCRE_DUPNAMES is a new feature of libpcre 7. It is used in sssd to
make the splitting of fully qualified user names more flexible.
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd.conf.5.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 6c6a310c..f4cb87a1 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -137,6 +137,13 @@ which translates to "the name is everything up to 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 plattforms + (e.g. RHEL5 and SLES10). Only plattforms with + libpcre version 7 or higher can support non-unique + named subpatterns. + </para> </listitem> </varlistentry> <varlistentry> |