Open Source Kerberos Tooling
Overview
KNC
Kharon
krb5_admin
krb5_keytab
k5ping
lnetd
prefork

Quick Description

Lnetd is a small program which will bind to a UNIX domain socket and spawn children in the same way as inetd(8).

For more documentation, please refer to the man page (HTML, PDF).

Download

For now, we have no official release but the source is released via git.

To download it:

        $ git clone https://imrryr.org/git/lnetd
        $ cd lnetd
        $ make

You can also clone it from github:

        $ git clone https://github.com/elric1/lnetd.git
        $ cd lnetd
        $ make

Building

To build, just use make.

Authors

Roland C. Dowdeswell.

License

Lnetd is provided under a BSD/MIT style license.