| idauth (version 1.6, $Date: 2001/04/28 01:23:54 $) | index idauth.py |
idauth.py - RFC 1413 client class.
Usage:
x = idauth(sport, cport, [rhost])
print x.prog_output()
-- sport : port your server is listening on
-- cport : the current client connection
-- rhost : host to ask for ident service, or
localhost.
The purpose of this module is to simply encapsulate connection to
an identd server, and getting a useful reply. This is really only
useful to servers requiring some identd service, eg SMTP HELO
transactions.
This module requires Python 2.0
Copyright (C) Sean Dwyer 2001 under GPL.
| Modules | ||||||
| ||||||
| Classes | ||||||||||
| ||||||||||
| Data | ||
| IPORT = 113 __author__ = 'Sean Dwyer <ewe2@can.org.au>' __date__ = '$Date: 2001/04/28 01:23:54 $' __file__ = './idauth.py' __name__ = 'idauth' __version__ = '$Revision: 1.17 $' | ||
| Author | ||
| Sean Dwyer <ewe2@can.org.au> | ||