1Libident C library
2-------------------
3
4  This is a library which provides a simple interface to the Ident protocol
5on the client side. It is meant to be used by daemons to try to authenticate
6users using the Ident protocol. For this to work, users need to have an Ident
7server running on the system from which they are connected.
8
9See also:
10  COPYING for copyright issues,
11  AUTHORS for authoring informations,
12  NEWS for changes between releases,
13  INSTALL for general compilation and installation instructions.
14
15
16The official FTP site and location for libident was:
17
18	ftp://ftp.lysator.liu.se/pub/ident/libs
19
20However, it seems to be unmaintained and I couldn't reach Peter Eriksson,
21the original author, so far. Newer versions of the library may be found at:
22
23	http://rdenisc.free.fr/libident/
24
25
26  The ident-tester.c file is a small daemon (to be started from Inetd)
27that does an ident lookup on you if you telnet into it. Can be used
28to verify that your Ident server is working correctly.
29
30--
31R�mi Denis-Courmont <rdenis@simphalempin.com>, 19 Jan 2004
32based on original work by
33Peter Eriksson <pen@lysator.liu.se>, 1 Aug 1992.
34
35