1 <samba:parameter name="delete user script"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
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>
16 <para>This script should delete the given UNIX username.</para>
19 <value type="default"></value>
20 <value type="example">/usr/local/samba/bin/del_user %u</value>