summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-04-08 22:53:57 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-04-10 13:38:44 +0200
commit591b0325f5d6f70ae71e61a8c563b437acfb1884 (patch)
tree9c826271f089eef953c6af9c5d7ca1f0349f801b /src/man/sssd.conf.5.xml
parent0d85acdc04789bd3189d0d890675d3e66bce2db8 (diff)
downloadsssd-591b0325f5d6f70ae71e61a8c563b437acfb1884.tar.gz
sssd-591b0325f5d6f70ae71e61a8c563b437acfb1884.tar.xz
sssd-591b0325f5d6f70ae71e61a8c563b437acfb1884.zip
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.
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml55
1 files changed, 1 insertions, 54 deletions
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 @@
</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>%o</term>
- <listitem><para>
- The original home directory retrieved
- from the identity provider.
- </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>
- <para>
- example:
- <programlisting>
-override_homedir = /home/%u
- </programlisting>
- </para>
- <para>
- Default: Not set (SSSD will use the value
- retrieved from LDAP)
- </para>
- </listitem>
- </varlistentry>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/override_homedir.xml" />
<varlistentry>
<term>fallback_homedir (string)</term>
<listitem>