FreeRADIUS 3.0.16 Mon 17 Jul 2017 09:00:00 EDT urgency=high
Feature improvements
+ * rlm_python now supports different lists. From #2031.
+ * Add trust router re-keying. From #2007.
+ * Add support for Samba / AD LDAP schema.
+ See oc/schemas/ldap/samba/README.txt and
+ doc/schemas/ldap/samba/
Bug fixes
* Bind the lifetime of program name and python path to the module
correctly.
* Fix (SQL-Group == "%{...}") checks, and same for LDAP-Group.
Fixes #1947
+ * Fix build for winbind. Patch from Alex Clouter.
+ * Fix checkrad for Mikrotik. Patch from Muchael Ducharme.
+ * Fix home server stats lookup. Patch from Phil Mayers.
+ * Add libjson-c3 as an optional dependency.
+ * Require LTB OpenLDAP on CentOS / Redhat, to avoid linking
+ against NSS, which breaks the server. Fixes #2040.
FreeRADIUS 3.0.15 Mon 17 Jul 2017 09:00:00 EDT urgency=high
Feature improvements