A pure Python module that implements client side RADIUS authentication, as defined by RFC2138.
This project has moved to GitHub.
http://github.com/btimby/py-radius/
License
BSD LicenseFollow radius.py
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
You have to change line 43 in radius.py from this: from whrandom import randint,random to this: from random import randint,random to work on modern-ish ( > 2.2 I believe ) versions of Python. Otherwise works like a charm; a great troubleshooting tool.