diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-05 17:45:29 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-05 17:45:29 +0000 |
commit | 710922ca3613a36fa96da0256dde2a64c5deee2c (patch) | |
tree | 7eb634c16e21ae3b71a927a684f7b27d347c66bf | |
parent | fe8383382d5b8221093a5340705c4e5b3731a249 (diff) | |
download | samba-710922ca3613a36fa96da0256dde2a64c5deee2c.tar.gz samba-710922ca3613a36fa96da0256dde2a64c5deee2c.tar.bz2 samba-710922ca3613a36fa96da0256dde2a64c5deee2c.zip |
rpcclient example scripts / programs.
(This used to be commit d63f73cacae64abf029c1ecb83fa99c45b6636c2)
-rw-r--r-- | examples/rpcclient/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/rpcclient/README b/examples/rpcclient/README new file mode 100644 index 0000000000..bdff5821a7 --- /dev/null +++ b/examples/rpcclient/README @@ -0,0 +1,11 @@ +This directory contains example programs and scripts that have been written by +Samba rpcclient administrators and users. You may, or may not, find +some of them useful. They have been submitted here for use at your own +risk, and no responsibility is accepted for their use or mis-use. + +Program Author Purpose +------- ------ ------- + +ntsd.c David Bannon. Pings several workstations and shuts them down. + Used by David in a lab environment to kick students + off workstations from a cron job. |