Click to See Complete Forum and Search --> : Red Hat Question


carape
10-04-2001, 12:19 AM
can anyone help me out? I'm running RH 7.1 I want to use swat to configure samba. When I installed samba it didn't put in a swat file in xinetd.d folder. So I tried to write my own which worked to a degree, except I can't log in.
Here is the file:
service swat
{
flags = REUSE
socket_type = stream
wait = no
protocol = tcp
user = root
server = /usr/local/samba/bin/swat
disable = no
port = 901
}

can anyone identify my issue?

Thanks,


Juan

subnet_rx
10-04-2001, 12:37 AM
well, you may get an answer here, but I'm sure you'll get a much better answer on the RedHat mailing list. Most of the guru's subscribe to it and answer questions like these.

DMR
10-05-2001, 04:49 AM
You did enable swat in /etc/servics, yes?
If not, add the following line to that file:swat xxx/tcpWhere "xxx" is a free TCP port number.