Base class for RADIUS proxies.
This class extends tha RADIUS server class with the capability to
handle communication with other RADIUS servers as well.
| Method Summary |
| Inherited from Server |
| |
__init__(self,
addresses,
authport,
acctport,
hosts,
dict)
Constructor. |
| |
BindToAddress(self,
addr)
Add an address to listen to. |
| |
CreateReplyPacket(self,
pkt,
**attributes)
Create a reply packet. |
| |
HandleAcctPacket(self,
pkt)
Accounting packet handler. |
| |
HandleAuthPacket(self,
pkt)
Authentication packet handler. |
| |
Run(self)
Main loop. |