From 591b0325f5d6f70ae71e61a8c563b437acfb1884 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 8 Apr 2013 22:53:57 +0200 Subject: Put the override_homedir into an included xml file The description was duplicated on two places, leading to errors where one was amended but the other was not. --- src/man/sssd-ad.5.xml | 88 +-------------------------------------------------- 1 file changed, 1 insertion(+), 87 deletions(-) (limited to 'src/man/sssd-ad.5.xml') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index a628e0d66..6ab133d52 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -128,93 +128,7 @@ ldap_id_mapping = False - - override_homedir (string) - - - Override the user's home directory. You - can either provide an absolute value or a - template. In the template, the following - sequences are substituted: - - - %u - login name - - - %U - UID number - - - %d - domain name - - - %f - fully qualified user name (user@domain) - - - %% - a literal '%' - - - - - - This option can also be set per-domain. - - - example: - -override_homedir = /home/%u - - - - Default: Not set (SSSD will use the value - retrieved from LDAP) - - - - - 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. - - - example: - -fallback_homedir = /home/%u - - - - Default: not set (no substitution for unset home - directories) - - - - - default_shell - - - The default shell to use if the provider does not - return one during lookup. This option supersedes - any other shell options if it takes effect and can - be set either in the [nss] section or per-domain. - - - Default: not set (Return NULL if no shell is - specified and rely on libc to substitute something - sensible when necessary, usually /bin/sh) - - - + -- cgit