diff options
author | Pavel Reichl <preichl@redhat.com> | 2015-01-14 08:09:38 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-01-15 10:36:21 +0100 |
commit | 9a15eb105d01d9e100e69e9d66fb8e880b228246 (patch) | |
tree | 2b93cd055bc0363a7b066cfa76fecf3a2550ee0d | |
parent | 702176303382b5a385e90fe68ad2c32bd708ebf1 (diff) | |
download | sssd-9a15eb105d01d9e100e69e9d66fb8e880b228246.tar.gz sssd-9a15eb105d01d9e100e69e9d66fb8e880b228246.tar.xz sssd-9a15eb105d01d9e100e69e9d66fb8e880b228246.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>
-rw-r--r-- | src/man/sssd.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </para> </listitem> </varlistentry> |