From f83a6ce2adbdd471809ccbcfd69dc3fcf6d89129 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Sep 2003 11:12:43 +0000 Subject: another round of syncs for HEAD that I forget (This used to be commit 3aaf65d297d20320dc1f2c0ac0487feb47873609) --- swat/README | 77 --------------------------------------------- swat/help/welcome.html | 20 +++++++++--- swat/images/globals.gif | Bin 628 -> 2004 bytes swat/images/home.gif | Bin 580 -> 2044 bytes swat/images/passwd.gif | Bin 613 -> 1993 bytes swat/images/printers.gif | Bin 705 -> 2077 bytes swat/images/shares.gif | Bin 569 -> 2006 bytes swat/images/status.gif | Bin 578 -> 2080 bytes swat/images/viewconfig.gif | Bin 820 -> 1939 bytes swat/images/wizard.gif | Bin 853 -> 2554 bytes 10 files changed, 16 insertions(+), 81 deletions(-) delete mode 100644 swat/README (limited to 'swat') diff --git a/swat/README b/swat/README deleted file mode 100644 index 588ecef769..0000000000 --- a/swat/README +++ /dev/null @@ -1,77 +0,0 @@ -This is a brief description of how to install and use the Samba Web -Administration Tool on your machine. - -Installation ------------- - -After you compile SWAT you need to run "make install" to install the -swat binary and the various help files and images. A default install -would put these in: - -/usr/local/samba/bin/swat -/usr/local/samba/swat/images/* -/usr/local/samba/swat/help/* - -Running via inetd ------------------ - -You then need to edit your /etc/inetd.conf and /etc/services to enable -SWAT to be launched via inetd. - -In /etc/services you need to add a line like this: - -swat 901/tcp - -the choice of port number isn't really important except that it should -be less than 1024 and not currently used (using a number above 1024 -presents an obscure security hole depending on the implementation -details of your inetd daemon). - -In /etc/inetd.conf you should add a line like this: - -swat stream tcp nowait.400 root /usr/local/samba/bin/swat swat - -One you have edited /etc/services and /etc/inetd.conf you need to send -a HUP signal to inetd. On many systems "killall -1 inetd" will do this -on others you will need to use "kill -1 PID" where PID is the process -ID of the inetd daemon. - - - -Launching ---------- - -To launch SWAT just run your favourite web browser and point it at -http://localhost:901/ - -Note that you can attach to SWAT from any IP connected machine but -connecting from a remote machine leaves your connection open to -password sniffing as passwords will be sent in the clear over the -wire. - -You should be prompted for a username/password when you connect. You -will need to provide the username "root" and the correct root -password. - -Running -------- - -Just follow your nose! If you can't work out how to use it then maybe -you should use "vi smb.conf" instead. - - -WARNINGS --------- - -SWAT will rewrite your smb.conf file. It will rearrange the entries -and delete all comments, include= and copy= options. If you have a -carefully crafted smb.conf then back it up or don't use SWAT! - - -Development ------------ - -Please join the samba-technical mailing list if you want to discuss -the development of SWAT. Note that this list is for technical developer -discussions and is not a general help list. - diff --git a/swat/help/welcome.html b/swat/help/welcome.html index b3e9a81766..8fc54ad5f2 100644 --- a/swat/help/welcome.html +++ b/swat/help/welcome.html @@ -22,9 +22,9 @@ Please choose a configuration action using one of the above buttons
  • smbcontrol - send control messages to Samba daemons
  • smbpasswd - managing SMB passwords
  • SWAT - web configuration tool -
  • make_smbcodepage - codepage creation -
  • make_unicodemap - unicode map file creation -
  • smbrun - internal smbd utility +
  • net - tool for administration of Samba and remote CIFS servers +
  • pdbedit - Samba user account management tool +
  • tdbbackup - Tool for backing up TDB databases
  • Client Tools
  • Diagnostic Utilities +
  • Misc. Utilities +
  • Books diff --git a/swat/images/globals.gif b/swat/images/globals.gif index 75e874f380..7a9a8510d7 100644 Binary files a/swat/images/globals.gif and b/swat/images/globals.gif differ diff --git a/swat/images/home.gif b/swat/images/home.gif index 364a2955c8..84b1dd032f 100644 Binary files a/swat/images/home.gif and b/swat/images/home.gif differ diff --git a/swat/images/passwd.gif b/swat/images/passwd.gif index 2fc88fb182..17393a1402 100644 Binary files a/swat/images/passwd.gif and b/swat/images/passwd.gif differ diff --git a/swat/images/printers.gif b/swat/images/printers.gif index 212a70c664..db9ec3f0e0 100644 Binary files a/swat/images/printers.gif and b/swat/images/printers.gif differ diff --git a/swat/images/shares.gif b/swat/images/shares.gif index 2c04ca8b9c..b3af15e35d 100644 Binary files a/swat/images/shares.gif and b/swat/images/shares.gif differ diff --git a/swat/images/status.gif b/swat/images/status.gif index 48e2f07fcd..81ef0bcf16 100644 Binary files a/swat/images/status.gif and b/swat/images/status.gif differ diff --git a/swat/images/viewconfig.gif b/swat/images/viewconfig.gif index 5dee515669..bdeac1cf96 100644 Binary files a/swat/images/viewconfig.gif and b/swat/images/viewconfig.gif differ diff --git a/swat/images/wizard.gif b/swat/images/wizard.gif index a2474e0f00..a4614e936b 100644 Binary files a/swat/images/wizard.gif and b/swat/images/wizard.gif differ -- cgit