~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/logon/deleteuserscript.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>