[Lunar-commits] CVS: moonbase/crypto/heimdal/xinetd.d krb5-telnet, NONE, 1.1 kx, NONE, 1.1

Stefan Wold ratler at lunar-linux.org
Tue Oct 26 14:28:53 UTC 2004


Update of /var/cvs/lunar/moonbase/crypto/heimdal/xinetd.d
In directory espresso.foo-projects.org:/tmp/cvs-serv2420/xinetd.d

Added Files:
	krb5-telnet kx 
Log Message:
Initial release of heimdal kerberos 5 implementation. Need a few more updates with xinet.d service files and probably some hints on how to setup a server.

--- NEW FILE: krb5-telnet ---
# description: The kerberized telnet server accepts normal telnet sessions, \
#              but can also use Kerberos 5 authentication.
service telnet
{
        flags           = REUSE
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /usr/libexec/telnetd
        server_args     = -a user
        log_on_failure  += USERID
        disable         = no
}

--- NEW FILE: kx ---
service kx
{
        type            = UNLISTED
        flags           = REUSE
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /pkg/heimdal/default/libexec/kxd
        log_on_failure  += USERID
        disable         = no
        port            = 2111
}



More information about the Lunar-commits mailing list