Please see attached trivial patch.
Thanks!
>From 60adcae39319a38ea6374f07bf1bbf90909182e1 Mon Sep 17 00:00:00 2001
From: Pavel Reichl <prei...@redhat.com>
Date: Wed, 14 Jan 2015 08:09:38 -0500
Subject: [PATCH] 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
---
 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 2002ccc7caf7013ead5b97c463fba46b734090ae..90545245eb68e4b45b4b49b5935e47867bffb794 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>
-- 
2.1.0

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to