Releases: djjudas21/puppet-freeradius
Releases · djjudas21/puppet-freeradius
Bugfix
Support for FreeRADIUS 3
- Support for FreeRADIUS 3
- Native support for managing the LDAP module
- Native support for configuring realms (via realms, home_server and home_server_pool)
- Improved handling of attribute filtering
- Improved handling of SQL support
This release retains support for FreeRADIUS 2 but some of the parameters have changed so you will probably need to make changes to the way you use this module. Upgrade on a dev system first!
Log rotation fix
- Tweak wildcard matching on logrotate config
Bugfix
Improvements to log rotation
0.4.3 Prepare release 0.4.3
Provide new SQL option custom_query_file
- Provide new SQL option
custom_query_file
- Deprecate SQL option
query_file
Cease management of preset logging modules
- Cease management of custom logging modules
logtofile
andlogtosyslog
since it does not make sense to manage these globally - Purge instantiation of unused modules
Improved control_socket handling
- Move control_socket into its own class and add parameters
- Improve the way the status_server is added or removed
- Delete all unmanaged sites from sites-available
Purge non-managed sites
- Purge all non-managed sites
Bugfix and linting
- Use correct function name in
puppetlabs/stdlib
- Linting of code and metadata