source: vendor/current/docs-xml/smbdotconf/logon/deleteuserfromgroupscript.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: 763 bytes
Line 
1<samba:parameter name="delete user from group script"
2 context="G"
3 type="string"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>Full path to the script that will be called when
7 a user is removed from a group using the Windows NT domain administration
8 tools. It will be run by <citerefentry><refentrytitle>smbd</refentrytitle>
9 <manvolnum>8</manvolnum></citerefentry> <emphasis>AS ROOT</emphasis>.
10 Any <parameter moreinfo="none">%g</parameter> will be replaced with the group name and
11 any <parameter moreinfo="none">%u</parameter> will be replaced with the user name.
12</para>
13</description>
14<value type="default"/>
15<value type="example">/usr/sbin/deluser %u %g</value>
16</samba:parameter>
Note: See TracBrowser for help on using the repository browser.