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:
907 bytes
|
Line | |
---|
1 | <samba:parameter name="add user to group script"
|
---|
2 | context="G"
|
---|
3 | type="string"
|
---|
4 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
5 | <description>
|
---|
6 | <para>
|
---|
7 | Full path to the script that will be called when a user is added to a group using the Windows NT domain administration
|
---|
8 | tools. It will be run by <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
|
---|
9 | <emphasis>AS ROOT</emphasis>. Any <parameter moreinfo="none">%g</parameter> will be replaced with the group name and
|
---|
10 | any <parameter moreinfo="none">%u</parameter> will be replaced with the user name.
|
---|
11 | </para>
|
---|
12 |
|
---|
13 | <para>
|
---|
14 | Note that the <command>adduser</command> command used in the example below does
|
---|
15 | not support the used syntax on all systems.
|
---|
16 | </para>
|
---|
17 |
|
---|
18 | </description>
|
---|
19 | <value type="default"></value>
|
---|
20 | <value type="example">/usr/sbin/adduser %u %g</value>
|
---|
21 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.