1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/logon/deleteuserscript.xml
Ralph Boehme 1377e66edf smbdotconf: mark "delete user script" with substitution="1"
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2019-11-27 10:25:34 +00:00

23 lines
819 B
XML

<samba:parameter name="delete user script"
type="string"
context="G"
substitution="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This is the full pathname to a script that will
be run by <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> when managing users
with remote RPC (NT) tools.
</para>
<para>This script is called when a remote client removes a user
from the server, normally using 'User Manager for Domains' or
<command moreinfo="none">rpcclient</command>.</para>
<para>This script should delete the given UNIX username.</para>
</description>
<value type="default"></value>
<value type="example">/usr/local/samba/bin/del_user %u</value>
</samba:parameter>