Open Source Kerberos Tooling
Overview
KNC
Kharon
krb5_admin
krb5_keytab
k5ping
lnetd
prefork
LNETD(1) General Commands Manual LNETD(1)

lnetdstart inetd-style services on a UNIX domain socket

lnetd [-dw] [-N max_kids] [-g sockgroup] [-m sockmode] [-u sockuser] program [args ...]

lnetd provides inetd(1) style functionality for UNIX domain sockets.

The options are as follows:

max_kids
specifies the maximum number of children that lnetd will allow to concurrently exist. This value defaults to 10.
turns on debugging.
group
indicates that the socket which is created should have group group. This option is only available to the super-user.
mode
indicates that the socket which is created should have mode mode.
user
indicates that the socket which is created should be owned by user. This option is only available to the super-user.
indicates that program is a wait service.

lnetd exits 0 on success and >0 if an error occurred.

inetd(8).

DebianJanuary 16, 2011Debian