docs:smbdotconf: remove swat-specific flags.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / logon / deleteuserscript.xml
1 <samba:parameter name="delete user script"
2                              type="string"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This is the full pathname to a script that will 
7         be run by <citerefentry><refentrytitle>smbd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> when managing users 
9         with remote RPC (NT) tools.
10         </para>
11
12         <para>This script is called when a remote client removes a user
13         from the server, normally using 'User Manager for Domains' or
14         <command moreinfo="none">rpcclient</command>.</para>
15
16         <para>This script should delete the given UNIX username.</para>
17 </description>
18
19 <value type="default"></value>
20 <value type="example">/usr/local/samba/bin/del_user %u</value>
21 </samba:parameter>