Here is what I did to make SWAT work on an RH 7.2 box.
Find the following file: /etc/xinetd.d/swat
It's a text file you will need to edit.
# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
# to configure your Samba server. To use SWAT, \
# connect to port 901 with your favorite web browser.
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = yes
}
Change
disable = yes
to
disable = no
Save and restart.
Cheers,
Mike
On Thu, 2002-05-23 at 09:42, Gert Jensen wrote:> My name is Gert Jensen and I am a newbe to Samba.
> I have tried installing it a few time and have run into the same problem no
> matter how I try to get the management module to load.
> Can someone on the list give me instructions or send me to a site where
> there are explicit instructions on how to set up SWAP with the latest
> version of Sambe and Red Hat 7.3.
> When I try to access http://localhost:901, it fails to connect. HELP,
> please :O).
> Gert
>
> Gert Jensen Phone: 607-275-3497
> Danica Computing, Inc. Email: support@danicacomputing.com
> 309 North Tioga Street Web:
> http://www.danicacomputing.com
> Ithaca, NY 14850 Web: http://www.danica.com
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba