1 <samba:parameter name="delete user from group script"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
14 <value type="default"/>
15 <value type="example">/usr/sbin/deluser %u %g</value>