BSDRadius
BSDRadius 0.7.1 changelog
New features:
- SQLite support.
To use SQLite with BSDRadius install pysqlite2 Python module. You can
find it here.
To enable SQLite support in BSDRadius take a look at DATABASE section
in BSDRadius's main configuration file - bsdradiusd.conf.
Set enable to yes
Set type to sqlite
Set name to path to database data file (e.g /usr/local/var/db/bsdradius.db)
Bugfixes:
- Fixed an incredibly stupid typo/bug which caused RadiusDeque.num_acct
variable to be deleted when maximum number of authorization packets has
been received. Em... it would make server never come back from logging
all packets to HDD after this error occurs.
- Removed unneccessary CHAP challenge length verification
- Cleaned up code in mod_digest.py and other places
- Fixed various small bugs in RadClient.py
- Fixed some typos in unittests
Other changes:
- Added unittests for RadClient.py
- Added OpenSER dictionary
Permalink