From d9d716b547d256c03df97b0ff8282349a0f365ad Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 17 May 2011 16:37:32 +0200 Subject: Add a new option to override home directory value https://fedorahosted.org/sssd/ticket/551 --- src/man/sssd.conf.5.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 386dd035..57454dd8 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -354,6 +354,43 @@ + + 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. + + + -- cgit