source: branches/samba-3.5.x/docs-xml/smbdotconf/logon/deleteuserfromgroupscript.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

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