docs: insert meta data into template homedir parameter
[Samba.git] / docs-xml / smbdotconf / winbind / templatehomedir.xml
blobc289ac9bd75e265a5f3efac1e7a2670be15f57ea
1 <samba:parameter name="template homedir"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="string"
5                  constant="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>When filling out the user information for a Windows NT 
9         user, the <citerefentry><refentrytitle>winbindd</refentrytitle>
10         <manvolnum>8</manvolnum></citerefentry> daemon  uses this
11         parameter to fill in the home directory for that user. If the
12         string <parameter moreinfo="none">%D</parameter> is present it
13         is substituted  with the user's Windows NT domain name. If the
14         string <parameter  moreinfo="none">%U</parameter> is present it
15         is substituted with the user's Windows  NT user name.</para>
16 </description>
18 <value type="default">/home/%D/%U</value>
19 </samba:parameter>