diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-18 17:53:56 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-18 17:53:56 +0000 |
commit | c632aac08594ada375352e6608dfde39d6fd4c5b (patch) | |
tree | 972c66fef4388c0dbd21150061fe25b0c51a31cc /swat | |
parent | ccec6677b8c6ac6058313a7fc98d0841dc387712 (diff) | |
download | samba-c632aac08594ada375352e6608dfde39d6fd4c5b.tar.gz |
Update SWAT documentation
(This used to be commit 7156877ec88acea6726f2b48c5fb5eff9ef37fdc)
Diffstat (limited to 'swat')
-rw-r--r-- | swat/README | 77 | ||||
-rw-r--r-- | swat/help/welcome.html | 17 |
2 files changed, 14 insertions, 80 deletions
diff --git a/swat/README b/swat/README deleted file mode 100644 index 588ecef769a..00000000000 --- 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 b3e9a81766e..f230cf28420 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 <li><a href="/swat/help/smbcontrol.1.html" target="docs">smbcontrol</a> - send control messages to Samba daemons <li><a href="/swat/help/smbpasswd.8.html" target="docs">smbpasswd</a> - managing SMB passwords <li><a href="/swat/help/swat.8.html" target="docs">SWAT</a> - web configuration tool - <li><a href="/swat/help/make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - codepage creation - <li><a href="/swat/help/make_unicodemap.1.html" target="docs">make_unicodemap</a> - unicode map file creation - <li><a href="/swat/help/smbrun.1.html" target="docs">smbrun</a> - internal smbd utility + <li><a href="/swat/help/net.8.html" target="docs">net</a> - tool for administration of Samba and remote CIFS servers + <li><a href="/swat/help/pdbedit.8.html" target="docs">pdbedit</a> - Samba user account management tool + <li><a href="/swat/help/tdbbackup.8.html" target="docs">tdbbackup</a> - Tool for backing up TDB databases </ul> <li><b>Client Tools</b> <ul> @@ -35,6 +35,11 @@ Please choose a configuration action using one of the above buttons <li><a href="/swat/help/smbmount.8.html" target="docs">smbmount</a> - user space tool for mounting SMB filesystems under Linux <li><a href="/swat/help/smbspool.8.html" target="docs">smbspool</a> - command line SMB print client <li><a href="/swat/help/smbumount.8.html" target="docs">smbumount</a> - user space tool for umounting SMB filesystems under Linux + <li><a href="/swat/help/ntlm_auth.1.html" target="docs">ntlm_auth</a> - allow external programs to use NTLM authentication + <li><a href="/swat/help/smbcquotas.1.html" target="docs">smbcquotas</a> - get or set quotas on NTFS 5 shares + <li><a href="/swat/help/smbsh.1.html" target="docs">smbsh</a> - Allow access to remote SMB shares using a UNIX shell + <li><a href="/swat/help/smbtree.1.html" target="docs">smbtree</a> - Text-based SMB network browsing + <li><a href="/swat/help/smbspool.8.html" target="docs">smbspool</a> - Send a print job to an SMB printer </ul> <li><b>Diagnostic Utilities</b> <ul> @@ -42,6 +47,12 @@ Please choose a configuration action using one of the above buttons <li><a href="/swat/help/testparm.1.html" target="docs">testparm</a> - validating your config file <li><a href="/swat/help/testprns.1.html" target="docs">testprns</a> - testing printer configuration <li><a href="/swat/help/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS name query tool + <li><a href="/swat/help/wbinfo.1.html" target="docs">wbinfo</a> - Tool for getting winbind information + </ul> + <li><b>Misc. Utilities</b> + <ul> + <li><a href="/swat/help/profiles.1.html" target="docs">profiles</a> - migrating profiles from one domain to another + <li><a href="/swat/help/editreg.1.html" target="docs">editreg</a> - editing windows registry files </ul> <li><b>Books</b> <ul> |