linux-identd - an identification daemon for Linux by Per Liden Description -------------------------------------------------------------- linux-identd is a simple 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). Install -------------------------------------------------------------- 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! Hints -------------------------------------------------------------- Error logging is done using syslog(3) with facility set to "daemon" and priority set to "error". Connection logging uses priority "info". Bugs/Feedback -------------------------------------------------------------- If you discover any bugs in this software, please send a bugreport to per@fukt.bth.se and describe the problem. Copyright -------------------------------------------------------------- This software is Copyright (c) 2001-2003 by Per Liden and is licensed through the GNU General Public License. Read the COPYING file for the complete license. Minor parts of this code were taken from nullidentd by Brian Young .