Samba SWAT issues...

kaze kaze at voicenet.com
Sat Feb 14 01:39:27 UTC 2004


Thanks, the SWAT GUI is now up.

I removed my erroneous entry from /etc/xinetd.conf, made the other changes
illustrated below, and accessed it from another machine on the LAN. Thanks
for the help and the security heads-ups.

(As a security related follow-up, I might try to restore the "only_from
= 127.0.0.1" line in /etc/xinetd.d/swat, ssh to the box, and then open the
http://localhost:901 via a remote X Windows session back on my workstation.)

Now to figure out how to authenticate via Active Directory... Saw a bunch of
threads on that to read up on.

Thanks,
- kaze


[root at ImediaArchive root]# rpm -q -a | egrep samba
samba-3.0.0-15
redhat-config-samba-1.1.4-1
samba-swat-3.0.0-15
samba-common-3.0.0-15
samba-client-3.0.0-15
[root at ImediaArchive root]# cat /etc/xinetd.d/swat
# 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
#       temp security override
#       only_from       = 127.0.0.1
        user            = root
        server          = /usr/sbin/swat
        log_on_failure  += USERID
        disable         = no
#       disable         = yes
}
[root at ImediaArchive root]# cat /etc/services | egrep swat
swat            901/tcp                         # Samba Web Administration
Tool
[root at ImediaArchive root]# /sbin/service xinetd reload
Reloading configuration:                                   [  OK  ]





More information about the fedora-list mailing list