[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[leafnode-list] inetd.conf vs xinetd.d



I'm having trouble with local groups.  Our Red hat box uses xinetd, the
secure replacement for inetd, of which I am not very familiar.  Could one of
you validate the following translations of leafnode-2.0b8 README 2.9
inetd.conf suggestions to xinetd.d?

nntp    stream  tcp     nowait  news    /usr/sbin/tcpd
/usr/local/sbin/leafnode

service nntp
{
        disable = no
        flags           = NAMEINARGS REUSE
        only_from       = 192.168.128.0
        port            = 119
        protocol        = tcp
        socket_type     = stream
        server          = /usr/sbin/tcpd
        server_args     = /usr/local/sbin/leafnode
        type            = UNLISTED
        user            = news
        wait            = no
        log_on_failure  += USERID	# ?
}
________

nntp    stream  tcp     nowait  news    /usr/local/sbin/leafnode

service nntp
{
        disable = no
        flags           = REUSE
        only_from       = 192.168.128.0
        port            = 119
        protocol        = tcp
        socket_type     = stream
        server          = /usr/local/sbin/leafnode -D
        type            = UNLISTED
        user            = news
        wait            = no
}
--
Dennis W. Bulgrien, Engineer            Mailto:dbulgrien@xxxxxxxx
VertexRSI, Controls and Structures      http://www.vcsd.com
1915 E. Harrison Road                   tel: 903 295 1480 x287
Longview, TX  75604-5438                fax: 903 295 1479


-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list