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

LNETD

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 can be found in the git repository as well as github.

To download it:

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

Building

To build, just use make:

	$ cd lnetd
	$ make

Authors

Roland C. Dowdeswell.

License

Lnetd is provided under a BSD/MIT style license.