Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Frank on July 30, 2001, 10:46:01 AM

Title: SWAT issue
Post by: Frank on July 30, 2001, 10:46:01 AM
When I change the /etc/xinetd.d/swat as follows and want to use browser to access http://

# 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 = localhost
        user    = root
        server  = /usr/sbin/swat
        log_on_failure  += USERID
        disable = no
}
Title: Re: SWAT issue
Post by: Des Dougan on July 30, 2001, 10:50:39 AM
E-smith has its own mechanisms, none of which use SWAT. If you want to make samba changes, look at the customization pages at www.e-smith.org - there is information there about e-smith's template system, and how to use it.



Des Dougan
Title: Re: SWAT issue
Post by: Frank on July 31, 2001, 07:06:04 AM
Des,

Thanks for your info. I will look at it in details.