Loading README.md +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,9 @@ Add the radius user to the winbind privileged group. You must install winbind se ##### `syslog` Add a syslog rule (using the `saz/rsyslog` module). Default: `false`. ##### `log_auth` Log authentication requests (yes/no). Default: `no`. ```puppet class { 'freeradius': max_requests => 4096, Loading @@ -120,6 +123,7 @@ class { 'freeradius': wpa_supplicant => true, winbind_support => true, syslog => true, log_auth => 'yes', } ``` Loading manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ class freeradius ( $wpa_supplicant = false, $winbind_support = false, $syslog = false, $log_auth = 'no', $preserve_mods = true, ) inherits freeradius::params { Loading spec/classes/freeradius_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ describe 'freeradius' do #:wpa_supplicant => false, #:winbind_support => false, #:syslog => false, #:log_auth => 'no', } end # add these two lines in a single test block to enable puppet and hiera debug mode Loading templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ log { # # allowed values: {no, yes} # auth = no auth = <%= @log_auth %> # Log passwords with the authentication requests. # auth_badpass - logs password if it's rejected Loading Loading
README.md +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,9 @@ Add the radius user to the winbind privileged group. You must install winbind se ##### `syslog` Add a syslog rule (using the `saz/rsyslog` module). Default: `false`. ##### `log_auth` Log authentication requests (yes/no). Default: `no`. ```puppet class { 'freeradius': max_requests => 4096, Loading @@ -120,6 +123,7 @@ class { 'freeradius': wpa_supplicant => true, winbind_support => true, syslog => true, log_auth => 'yes', } ``` Loading
manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ class freeradius ( $wpa_supplicant = false, $winbind_support = false, $syslog = false, $log_auth = 'no', $preserve_mods = true, ) inherits freeradius::params { Loading
spec/classes/freeradius_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ describe 'freeradius' do #:wpa_supplicant => false, #:winbind_support => false, #:syslog => false, #:log_auth => 'no', } end # add these two lines in a single test block to enable puppet and hiera debug mode Loading
templates/radiusd.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ log { # # allowed values: {no, yes} # auth = no auth = <%= @log_auth %> # Log passwords with the authentication requests. # auth_badpass - logs password if it's rejected Loading