summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-05-17 16:37:32 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-06-02 15:30:29 -0400
commit72c3252abe5d200e8e3a5a1ad26b6b96d2beffef (patch)
tree78e479c3a130921939b6adc1ff26df8dd7feeae7 /src/man
parentc52fb1e2f51c48a08e96cb4ba9ebde2bcbfba4d9 (diff)
downloadsssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.tar.gz
sssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.tar.xz
sssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.zip
Add a new option to override home directory value
https://fedorahosted.org/sssd/ticket/551
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 386dd035c..57454dd86 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -354,6 +354,43 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>override_homedir (string)</term>
+ <listitem>
+ <para>
+ Override the user's home directory. You
+ can either provide an absolute value or a
+ template. In the template, the following
+ sequences are substituted:
+ <variablelist>
+ <varlistentry>
+ <term>%u</term>
+ <listitem><para>login name</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%U</term>
+ <listitem><para>UID number</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%d</term>
+ <listitem><para>domain name</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%f</term>
+ <listitem><para>fully qualified user name (user@domain)</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>%%</term>
+ <listitem><para>a literal '%'</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ This option can also be set per-domain.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
<refsect2 id='PAM'>