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