From 9a15eb105d01d9e100e69e9d66fb8e880b228246 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 14 Jan 2015 08:09:38 -0500 Subject: 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 --- src/man/sssd.conf.5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 5f8e7550b..cf0821dfa 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. -- cgit