Skip to content

Commit

Permalink
fix: allow vulnerable ssl versions
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Godin <[email protected]>
  • Loading branch information
JGodin-C2C committed Apr 25, 2024
1 parent 3b91c4d commit 89e4243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Boolean $syslog = false,
String $syslog_facility = 'daemon',
Freeradius::Boolean $log_auth = 'no',
Freeradius::Boolean $allow_vulnerable_ssl = 'yes',
Freeradius::Boolean $allow_vulnerable_openssl = 'yes',
Boolean $preserve_mods = true,
Boolean $correct_escapes = true,
Boolean $manage_logpath = true,
Expand Down

0 comments on commit 89e4243

Please sign in to comment.