summaryrefslogtreecommitdiff
path: root/docs/yodldocs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-27 05:15:55 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-27 05:15:55 +0000
commit1de47e32984c5106a99a383646d45e9a7464dd4b (patch)
tree53896de77bccff1c65b428446e910576f9668968 /docs/yodldocs
parentb70700dba2f82d64f85bea51841081b0e4b6f9e9 (diff)
downloadsamba-1de47e32984c5106a99a383646d45e9a7464dd4b.tar.gz
samba-1de47e32984c5106a99a383646d45e9a7464dd4b.tar.bz2
samba-1de47e32984c5106a99a383646d45e9a7464dd4b.zip
got rid of a dangerous message command example
(This used to be commit bfca6e6a9d06742ea4ef36f1faac57eb0419b2d6)
Diffstat (limited to 'docs/yodldocs')
-rw-r--r--docs/yodldocs/smb.conf.5.yo9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index 55010de2a6..f33edca2c6 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -3537,15 +3537,6 @@ If you want to silently delete it then try:
tt("message command = rm %s").
-For the really adventurous, try something like this:
-
-tt(message command = csh -c 'csh < %s |& /usr/local/samba/bin/smbclient -M %m; rm %s' &)
-
-this would execute the command as a script on the server, then give
-them the result in a WinPopup message. Note that this could cause a
-loop if you send a message from the server using smbclient! You better
-wrap the above in a script that checks for this :-)
-
bf(Default:)
tt( no message command)