docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / logon / deleteuserfromgroupscript.xml
blob07a21a732d1e56f47175662ee7412db5f7b50941
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>