## Here's my /etc/xinetd.d/swat file
service swat
{
port = 901
socket_type = stream
wait = no
only_from = localhost
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = no
}
Of course xinetd is running, but when I try to log in through my browser
as root is says access denied.
Thanks for the help!
--
Scott