diff options
Diffstat (limited to 'docs/docbook/smbdotconf/winbind/templatehomedir.xml')
-rw-r--r-- | docs/docbook/smbdotconf/winbind/templatehomedir.xml | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/docs/docbook/smbdotconf/winbind/templatehomedir.xml b/docs/docbook/smbdotconf/winbind/templatehomedir.xml index a931e9b5a3..6c19617bab 100644 --- a/docs/docbook/smbdotconf/winbind/templatehomedir.xml +++ b/docs/docbook/smbdotconf/winbind/templatehomedir.xml @@ -1,13 +1,17 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="TEMPLATEHOMEDIR"/>template homedir (G)</term> - <listitem><para>When filling out the user information for a Windows NT - user, the <ulink url="winbindd.8.html">winbindd(8)</ulink> daemon - uses this parameter to fill in the home directory for that user. - If the string <parameter moreinfo="none">%D</parameter> is present it is substituted - with the user's Windows NT domain name. If the string <parameter moreinfo="none">%U - </parameter> is present it is substituted with the user's Windows - NT user name.</para> +<samba:parameter name="template homedir" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>When filling out the user information for a Windows NT + user, the <citerefentry><refentrytitle>winbindd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> daemon uses this + parameter to fill in the home directory for that user. If the + string <parameter moreinfo="none">%D</parameter> is present it + is substituted with the user's Windows NT domain name. If the + string <parameter moreinfo="none">%U</parameter> is present it + is substituted with the user's Windows NT user name.</para> - <para>Default: <command moreinfo="none">template homedir = /home/%D/%U</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">template homedir = /home/%D/%U</command></para> +</listitem> +</samba:parameter> |