Skip to content

Releases: djjudas21/puppet-freeradius

Bugfix

11 Nov 11:33
Compare
Choose a tag to compare
  • Fixed a bug that caused an error when no proxy config items were defined

Support for FreeRADIUS 3

02 Nov 16:15
Compare
Choose a tag to compare
  • 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

12 Aug 10:25
Compare
Choose a tag to compare
  • Tweak wildcard matching on logrotate config

Bugfix

04 Aug 15:48
Compare
Choose a tag to compare
  • Fix metadata to work with r10k
  • Fix function name
  • Update documentation to reflect deprecated parameter

Improvements to log rotation

05 Jun 10:41
Compare
Choose a tag to compare
0.4.3

Prepare release 0.4.3

Provide new SQL option custom_query_file

09 Apr 14:31
Compare
Choose a tag to compare
  • Provide new SQL option custom_query_file
  • Deprecate SQL option query_file

Cease management of preset logging modules

31 Mar 09:09
Compare
Choose a tag to compare
  • Cease management of custom logging modules logtofile and logtosyslog since it does not make sense to manage these globally
  • Purge instantiation of unused modules

Improved control_socket handling

11 Mar 12:27
Compare
Choose a tag to compare
  • 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

11 Mar 11:15
Compare
Choose a tag to compare
  • Purge all non-managed sites

Bugfix and linting

04 Mar 11:33
Compare
Choose a tag to compare
  • Use correct function name in puppetlabs/stdlib
  • Linting of code and metadata