From f6dbb235373b122ae15643ef5dbbe821ee1307d9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 May 2012 11:07:31 -0400 Subject: NSS: Add fallback_homedir option This option is similar to override_homedir, except that it will take effect only for users that do not have an explicit home directory specified in LDAP. https://fedorahosted.org/sssd/ticket/1250 --- src/man/sssd.conf.5.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 457639fc..24c6a74a 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -446,6 +446,24 @@ + + fallback_homedir (string) + + + Set a default template for a user's home directory + if one is not specified explicitly by the domain's + data provider. + + + The available values for this option are the same + as for override_homedir. + + + Default: not set (no substitution for unset home + directories) + + + allowed_shells (string) -- cgit