linux-identd 1.3 review

Download
by rbytes.net on

linux-identd is a user identification daemon for Linux, which implements the Identification Protocol (RFC1413)

License: GPL (GNU General Public License)
File size: 16K
Developer: Per Liden
0 stars award from rbytes.net

linux-identd is a user identification daemon for Linux, which implements the Identification Protocol (RFC1413). This protocol is used to identify active TCP connections.

The daemon listens to TCP port 113 (auth) and can be run either as a stand-alone daemon or through inetd(8). This program is licensed through the GNU General Public License.

Installation:

To compile and install this program:

$ make
$ make install

To start identd in daemon mode:

$ /usr/sbin/identd -d

To start identd through inetd add the following line to /etc/inetd.conf:

auth stream tcp nowait nobody /usr/sbin/in.identd in.identd

That's it!

What's New in This Release:
Added option -l to log connections.
Fixed a sizeof() bug.
Fixed spelling error.
Updated man page.
Minor Makefile cleanups.

linux-identd 1.3 keywords