Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / logon / addmachinescript.xml
1 <samba:parameter name="add machine script"
2                  context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para>This is the full pathname to a script that will  be run by
8         <citerefentry><refentrytitle>smbd</refentrytitle>
9         <manvolnum>8</manvolnum></citerefentry> when a machine is added
10         to it's domain using the administrator username and password
11         method. </para>
12
13         <para>This option is only required when using sam back-ends tied
14         to the Unix uid method of RID calculation such as smbpasswd. 
15         This option is only available in Samba 3.0.</para>
16 </description>
17
18 <value type="default"/>
19 <value type="example">/usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u</value>
20 </samba:parameter>