From 4235c93fe8eb638510cea376e569fe6843052fef Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 9 Apr 2003 17:10:44 +0000 Subject: Convert Logon parameters. (This used to be commit 7766cf5e2fff429b4769e1183bce0ce560570efe) --- docs/docbook/smbdotconf/logon/deleteuserscript.xml | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'docs/docbook/smbdotconf/logon/deleteuserscript.xml') diff --git a/docs/docbook/smbdotconf/logon/deleteuserscript.xml b/docs/docbook/smbdotconf/logon/deleteuserscript.xml index afb75dbe77..233844555b 100644 --- a/docs/docbook/smbdotconf/logon/deleteuserscript.xml +++ b/docs/docbook/smbdotconf/logon/deleteuserscript.xml @@ -1,21 +1,22 @@ - - delete user script (G) - This is the full pathname to a script that will - be run by smbd - 8 when managing users - with remote RPC (NT) tools. - + + + This is the full pathname to a script that will + be run by smbd + 8 when managing users + with remote RPC (NT) tools. + - This script is called when a remote client removes a user - from the server, normally using 'User Manager for Domains' or - rpcclient. - + This script is called when a remote client removes a user + from the server, normally using 'User Manager for Domains' or + rpcclient. - This script should delete the given UNIX username. - + This script should delete the given UNIX username. - Default: delete user script = <empty string> - - Example: delete user script = /usr/local/samba/bin/del_user - %u - + Default: delete user script = <empty string> + + Example: delete user script = /usr/local/samba/bin/del_user %u + + -- cgit