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