From 9619e0ae811958821d96466e419bf7f9928086bd Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Tue, 3 Mar 2015 22:21:29 +0100 Subject: MAN: default_domain_suffix with use_fully_qualified_names. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://fedorahosted.org/sssd/ticket/2569 Reviewed-by: Lukáš Slebodník --- src/man/sssd.conf.5.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index ca4e602d3..92c64b9fd 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -330,7 +330,10 @@ Please note that if this option is set all users from the primary domain have to use their fully qualified name, e.g. user@domain.name, - to log in. + to log in. Setting this option changes default + of use_fully_qualified_names to True. It is not + allowed to use this option together with + use_fully_qualified_names set to False. Default: not set @@ -1494,7 +1497,8 @@ pam_account_expired_message = Account expired, please call help desk. name is requested. - Default: FALSE + Default: FALSE (TRUE if default_domain_suffix is + used) -- cgit