blob: 2801edf47e30c32c3f128f445d4e93a4f716b76e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<samba:parameter name="template homedir"
context="G"
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<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>
</description>
<value type="default">/home/%D/%U</value>
</samba:parameter>
|