source: vendor/current/docs-xml/smbdotconf/logon/addmachinescript.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 877 bytes
Line 
1<samba:parameter name="add machine script"
2 context="G"
3 type="string"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This is the full pathname to a script that will be run by
8 <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine is
9 added to Samba's domain and a Unix account matching the machine's name appended with a &quot;$&quot; does not
10 already exist.
11 </para>
12 <para>This option is very similar to the <smbconfoption
13 name="add user script"/>, and likewise uses the %u
14 substitution for the account name. Do not use the %m
15 substitution. </para>
16</description>
17
18<value type="default"/>
19<value type="example">/usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.