source: branches/samba-3.3.x/docs-xml/smbdotconf/logon/deleteuserscript.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 820 bytes
Line 
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>
12
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>
16
17 <para>This script should delete the given UNIX username.</para>
18</description>
19
20<value type="default"></value>
21<value type="example">/usr/local/samba/bin/del_user %u</value>
22</samba:parameter>
Note: See TracBrowser for help on using the repository browser.