SWAT (xinetd)

Mike O'Neill mikeo at redhillstudios.com
Thu Feb 1 18:02:42 GMT 2001


> You should update the SWAT doc page (swat8.html).
> I bought a RedHat distribution, and I spend a log time
> to try to make SWAT work.
> 
> Actually, RH 7.0 uses xinetd, not inetd. And the syntax
> is very different... I havn't succeeded yet to make SWAT
> work. I'd like to get a translation of the line I was supposed
> to add in inetd.conf.

Here's my working xinetd SWAT file.

service swat
{
        disable         = no
        port            = 901
        socket_type     = stream
        wait            = no
        only_from       = localhost
        user            = root
        server          = /usr/sbin/swat
        log_on_failure  += USERID
}





More information about the samba mailing list