wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git] / docs-xml / smbdotconf / logon / deleteuserscript.xml
blob128fa899120e64b664607db590d73960f2c0d102
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>
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>
17 </description>
19 <value type="default"></value>
20 <value type="example">/usr/local/samba/bin/del_user %u</value>
21 </samba:parameter>