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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.