summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-02-23 17:29:54 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-02-23 17:29:54 +0100
commit1c6d856721974390b14ff7f0ee3bde8b37418ff1 (patch)
treedd66486ba4aabd0643b3bd5837a0b0a13f714347 /man
parentd54243ab8eab01afad0b7877f7ae7bef310b091d (diff)
allow names with one character in default validnames option and allow parentheses (taken from Fedora packages)
Diffstat (limited to 'man')
-rw-r--r--man/nslcd.conf.5.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index b43baa3..67b9b7a 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -733,7 +733,7 @@
characters and the 'i' flag may be appended at the end to indicate
that the match should be case-insensetive.
The default value is
- <literal>/^[a-z0-9._@$][a-z0-9._@$ \\~-]*[a-z0-9._@$~-]$/i</literal>
+ <literal>/^[a-z0-9._@$()]([a-z0-9._@$() \\~-]*[a-z0-9._@$()~-])?$/i</literal>
</para>
</listitem>
</varlistentry>