Skip to content

Commit

Permalink
[fix] Fixed default openwisp2_radius_delete_old_radiusbatch_users
Browse files Browse the repository at this point in the history
The implementation in OpenWISP RADIUS expects this value
to be a number of months, which by default should be 12.
The current default value was wrong.
  • Loading branch information
nemesifier committed Jun 10, 2024
1 parent cf0f6c1 commit 8acca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ openwisp2_users_user_password_expiration: 0
openwisp2_users_staff_user_password_expiration: 0
openwisp2_radius_sms_backend: "sendsms.backends.console.SmsBackend"
openwisp2_radius_sms_token_max_ip_daily: 25
openwisp2_radius_delete_old_radiusbatch_users: 365
openwisp2_radius_delete_old_radiusbatch_users: 12
openwisp2_radius_cleanup_stale_radacct: 1
openwisp2_radius_delete_old_postauth: 365
openwisp2_radius_delete_old_radacct: 365
Expand Down

0 comments on commit 8acca28

Please sign in to comment.