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/include/override_homedir.xml | 54 ++++++++++++++++++++++ src/man/sssd-ad.5.xml | 88 +----------------------------------- src/man/sssd.conf.5.xml | 55 +--------------------- 3 files changed, 56 insertions(+), 141 deletions(-) create mode 100644 src/man/include/override_homedir.xml (limited to 'src') diff --git a/src/man/include/override_homedir.xml b/src/man/include/override_homedir.xml new file mode 100644 index 000000000..773d0b661 --- /dev/null +++ b/src/man/include/override_homedir.xml @@ -0,0 +1,54 @@ + +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) + + + %o + + The original home directory retrieved + from the identity provider. + + + + %% + 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) + + + 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) - - - + diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 373a504d8..7bcccee84 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -442,60 +442,7 @@ - - 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) - - - %o - - The original home directory retrieved - from the identity provider. - - - - %% - 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) -- cgit