slackbuilds_ponce/network/nullidentd/README
B. Watson c6ceb80611
network/nullidentd: Added (small, fast identd daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-09 06:18:33 +07:00

17 lines
733 B
Text

nullidentd (bare minimum identd server)
nullidentd is intended to be a bare minimum identd server. It
implements the auth protocol from RFC 1413. This protocol
is used to identify active TCP connections. It depends on the
trustworthiness of the server and as such is completely useless as
a method of identification.
Unfortunately, some applications still require that an identd
server is available to query about incoming connections. nullidentd
implements the absolute minimum server to allow these applications to
function. It returns a fake response for any request.
nullidentd is typically invoked from inetd. The following is a typical
/etc/inetd.conf example:
auth stream tcp nowait nobody /usr/sbin/nullidentd nullidentd