diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 11:07:31 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 19:23:09 -0400 |
commit | f6dbb235373b122ae15643ef5dbbe821ee1307d9 (patch) | |
tree | 4372f8a2e91c05a7437a278273d4f392ed29737f /src/man | |
parent | 163a17f00c42f2405d8fb0a2af3bc9d8b7309260 (diff) | |
download | sssd-f6dbb235373b122ae15643ef5dbbe821ee1307d9.tar.gz sssd-f6dbb235373b122ae15643ef5dbbe821ee1307d9.tar.xz sssd-f6dbb235373b122ae15643ef5dbbe821ee1307d9.zip |
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
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 457639fc6..24c6a74a5 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -447,6 +447,24 @@ </listitem> </varlistentry> <varlistentry> + <term>fallback_homedir (string)</term> + <listitem> + <para> + Set a default template for a user's home directory + if one is not specified explicitly by the domain's + data provider. + </para> + <para> + The available values for this option are the same + as for override_homedir. + </para> + <para> + Default: not set (no substitution for unset home + directories) + </para> + </listitem> + </varlistentry> + <varlistentry> <term>allowed_shells (string)</term> <listitem> <para> |