Fixed problems in debug code because I did not compile
[samba.git] / swat / README
index 1d2a15d19620f7f8944fd259044c7e4cb297c6eb..588ecef769a38eebf87d135111ad9abbd10068b1 100644 (file)
@@ -1,11 +1,6 @@
 This is a brief description of how to install and use the Samba Web
 Administration Tool on your machine.
 
 This is a brief description of how to install and use the Samba Web
 Administration Tool on your machine.
 
-Please note that SWAT is still being developed so you should not
-expect it to be bug free. You should only install and use it if you
-want to either get a preview of what we are doing with SWAT or you
-want to help in the development of SWAT.
-
 Installation
 ------------
 
 Installation
 ------------
 
@@ -17,10 +12,11 @@ would put these in:
 /usr/local/samba/swat/images/*
 /usr/local/samba/swat/help/*
 
 /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
 You then need to edit your /etc/inetd.conf and /etc/services to enable
-SWAT to be launched via inetd. Note that SWAT can also be launched via
-the cgi-bin mechanisms of a web server (such as apache) but that is
-not described here and has not been tested recently.
+SWAT to be launched via inetd. 
 
 In /etc/services you need to add a line like this:
 
 
 In /etc/services you need to add a line like this:
 
@@ -33,18 +29,15 @@ details of your inetd daemon).
 
 In /etc/inetd.conf you should add a line like this:
 
 
 In /etc/inetd.conf you should add a line like this:
 
-swat    stream  tcp     nowait  root    /usr/local/samba/bin/swat swat
-
-If you just want to see a demo of ho swat works and don't want to be
-able to actually change any Samba config via swat then you may chose
-to change "root" to some other user that does not have permission to
-write to smb.conf.
+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.
 
 
 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
 ---------
 
 Launching
 ---------
 
@@ -58,8 +51,7 @@ wire.
 
 You should be prompted for a username/password when you connect. You
 will need to provide the username "root" and the correct root
 
 You should be prompted for a username/password when you connect. You
 will need to provide the username "root" and the correct root
-password. More sophisticated authentication options are planned for
-future versions of SWAT.
+password. 
 
 Running
 -------
 
 Running
 -------