ANN: fauxident 1.0 -- faux identd in Python

Erik Max Francis max at alcyone.com
Wed Aug 14 01:51:39 EDT 2002


Summary

    fauxident is a small Python script that will act as an extremely
    naive ident server, answering all ident requests with a consistent
    response -- either an ERROR or a USERID response.  This can be
    advantageous on systems where running a true identd is
    unavailable, where it would be would be a security risk, or when
    masquerading firewalls are in use, where multiple machines are
    involved behind the firewall and running a proper ident system is
    not an option.


Getting the software

    The current version of fauxident is 1.0.

    The latest version of the software is available in a tarball here:
    http://www.alcyone.com/pyos/fauxident/fauxident-latest.tar.gz.

    The official URL for this Web site is
    http://www.alcyone.com/pyos/fauxident/.


...

License

    This code is released under the GPL.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ There is nothing so subject to the inconstancy of fortune as war.
\__/ Miguel de Cervantes
    Church / http://www.alcyone.com/pyos/church/
 A lambda calculus explorer in Python.



More information about the Python-list mailing list