BSDRadius
BSDRadius 0.6.2 changelog
New features:
-
Resolved ticket #2
Added new option to bsdradius.conf file: clients_query
You can use this option to adjust sql query which fetches valid RADIUS
server clients from database. This option allows to integrate BSDRadius
in your systems much easier.
Bugfixes:
- Resolved ticket #3
bsdradius.misc.parseDatetime() now parses ISO datetime string correctly.
All issues regarding mili and micro seconds also are resolved.
- Packet processing is safe now. Listen thread should not stop anymore
when invalid packet received.
Other changes:
- Changed path to interpreter to: /usr/bin/env python
- Added ".sample" extension to all config files. It will be safer to install them now.
- Fixed setup.py script to use os.path.join() for path concatenation.
This is one more step closer to Windows compatibility.
- setup.py script now overwrites all installed files and creates .conf
files from .conf.sample if necessary.
Permalink