Package pyrad :: Module server :: Class RemoteHost
[show private | hide private]
[frames | no frames]

Class RemoteHost


Remote RADIUS capable host we can talk to.
Method Summary
  __init__(self, address, secret, name, authport, acctport)
Constructor.

Method Details

__init__(self, address, secret, name, authport=1812, acctport=1813)
(Constructor)

Constructor.
Parameters:
address - IP address
           (type=string)
secret - RADIUS secret
           (type=string)
name - short name (used for logging only)
           (type=string)
authport - port used for authentication packets
           (type=integer)
acctport - port used for accounting packets
           (type=integer)

Generated by Epydoc 2.1 on Wed Jun 2 14:19:56 2004 http://epydoc.sf.net