Convert Logon parameters.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / logon / deleteuserfromgroupscript.xml
blob76594c75d8ede3ed0020039c85483d2d34e4a8d1
1 <samba:parameter name="delete user from group script"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
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>
14         <para>Default: <command moreinfo="none">delete user from group script = </command></para>
16         <para>Example: <command moreinfo="none">delete user from group script = /usr/sbin/deluser %u %g</command></para>
17 </listitem>
18 </samba:parameter>