You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a way to allow end users to change their radius credentials.
Example: radman:8089/user_change_password
Ask for the username, current password, and new password twice.
Have a way to perform "housekeeping" on freeradius.
Example: DELETE FROM radpostauth WHERE authdate < CURRENT_DATE() - INTERVAL 2 day;
The text was updated successfully, but these errors were encountered:
Have a way to allow end users to change their radius credentials.
Example: radman:8089/user_change_password
Ask for the username, current password, and new password twice.
Have a way to perform "housekeeping" on freeradius.
Example: DELETE FROM radpostauth WHERE authdate < CURRENT_DATE() - INTERVAL 2 day;
The text was updated successfully, but these errors were encountered: