linux-identd 1.3 review
Downloadlinux-identd is a user identification daemon for Linux, which implements the Identification Protocol (RFC1413)
|
|
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