summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-01-14 08:09:38 -0500
committerJakub Hrozek <jhrozek@redhat.com>2015-01-15 11:12:16 +0100
commit7a98103f88b80543ace05a655507a61f01a9d1f8 (patch)
tree996d3d2094f53b999f858ebad708f52ec660f588
parent6e9c11ed1513ebd130085651da6703abd12e1624 (diff)
downloadsssd-7a98103f88b80543ace05a655507a61f01a9d1f8.tar.gz
sssd-7a98103f88b80543ace05a655507a61f01a9d1f8.tar.xz
sssd-7a98103f88b80543ace05a655507a61f01a9d1f8.zip
MAN: add dots as valid character in domain names
Add dots into a set of allowed characters for domain names. Resolves: https://fedorahosted.org/sssd/ticket/2527 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> (cherry picked from commit 9a15eb105d01d9e100e69e9d66fb8e880b228246)
-rw-r--r--src/man/sssd.conf.5.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 2002ccc7c..90545245e 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -185,7 +185,7 @@
This parameter described the list of domains
in the order you want them to be queried.
A domain name should only consist of alphanumeric
- ASCII characters, dashes and underscores.
+ ASCII characters, dashes, dots and underscores.
</para>
</listitem>
</varlistentry>