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
Go from Data Warehouse to Data and AI platform with BigQuery
BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
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.