diff options
author | Sumit Bose <sbose@redhat.com> | 2012-09-21 18:30:30 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-01 21:45:21 +0200 |
commit | 1542b85f13d72329685bdd97aa879c36d11f81be (patch) | |
tree | f8623dd7d926741197ec488d5a5ff047c57e2222 /src/man/sssd.conf.5.xml | |
parent | 00516601e579f2ae4a287332966860cb0af152f9 (diff) | |
download | sssd-1542b85f13d72329685bdd97aa879c36d11f81be.tar.gz sssd-1542b85f13d72329685bdd97aa879c36d11f81be.tar.bz2 sssd-1542b85f13d72329685bdd97aa879c36d11f81be.zip |
Add new option default_domain_suffix
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 652a2734..6fbbd9ad 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -214,6 +214,30 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>default_domain_suffix (string)</term> + <listitem> + <para> + This string will be used as a default domain + name for all names without a domain name + component. The main use case are environments + were the local domain is only managing hosts + but no users and all users are coming from a + trusted domain. The option allows those users + to log in just with their user name without + giving a domain name as well. + </para> + <para> + Please note that if this option is set all + users from the local domain have to use their + fully qualified name, e.g. user@domain.name, + to log in. + </para> + <para> + Default: not set + </para> + </listitem> + </varlistentry> </variablelist> </para> </refsect2> |