Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / logon / addmachinescript.xml
blobfdc69c9490f3e0670522dbabeb57ca8b91586d21
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="ADDMACHINESCRIPT"/>add machine script (G)</term>
3                 <listitem><para>This is the full pathname to a script that will 
4                 be run by <citerefentry><refentrytitle>smbd</refentrytitle>
5                 <manvolnum>8</manvolnum></citerefentry> when a machine is added
6                 to it's domain using the administrator username and password method. </para>
8                 <para>This option is only required when using sam back-ends tied to the
9                 Unix uid method of RID calculation such as smbpasswd.  This option is only
10                 available in Samba 3.0.</para>
12                 <para>Default: <command moreinfo="none">add machine script = &lt;empty string&gt;
13                 </command></para>       
15                 <para>Example: <command moreinfo="none">add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
16                 </command></para>
17                 </listitem>
18                 </samba:parameter>