I am trying to run swat but when I try to connect to local host at port at port 901 I get an error
I have read some manuals online and they say that there shoud be a swat file in /etc/xinetd.d/ but this file is not present for me ?
btw I had added these lines of code in my /etc/xinetd.conf
Code:
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/local/samba/sbin/swat
log_on_failure += USERID
disable = no
}
I took help from here
http://www.geekspeek.org/modules.php...=article&sid=7
but again I don't have a /usr/local/samba/sbin/swat directory ?
I am running fc2 and can see smb and its other two services running in the servers->services
What should I do ?