Convert Logon parameters.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / logon / addmachinescript.xml
blob7aef54d8b0f655723de3f8d907a6de198d7736f7
1 <samba:parameter name="add machine script"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6         <para>This is the full pathname to a script that will  be run by
7         <citerefentry><refentrytitle>smbd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> when a machine is added
9         to it's domain using the administrator username and password
10         method. </para>
12         <para>This option is only required when using sam back-ends tied
13         to the Unix uid method of RID calculation such as smbpasswd. 
14         This option is only available in Samba 3.0.</para>
16         <para>Default: <command moreinfo="none">add machine script = &lt;empty string&gt;</command></para>      
18         <para>Example: <command moreinfo="none">add machine script = /usr/sbin/adduser -n -g 
19         machines -c Machine -d /dev/null -s /bin/false %u</command></para>
20 </listitem>
21 </samba:parameter>