lirantal/daloradius
Frequent request for logins due to unstable internet
クローズ
#447 opened on 2023/04/29
help wanted
Repository metrics
- Stars
- (902 個のスター)
- PR merge metrics
- (平均マージ 2d 18h) (30d で 3 merged PRs)
説明
Recently I migrated from Mikrotik to daloRadius for AAA. I implemented the below in Mikrotik to prevent frequent request for login as long as the user is authenticated. When MAC cookie feature is enabled (login-by=mac-cookie, add-mac-cookie=yes set in user profile), following actions are taken: first successful login. Mac cookie keeps record of username and password for the MAC address if there is only one host with such MAC. Cookie timeout is set to value equal to mac-cookie-timeout.
What kind attributes will achieve the above scenario in daloradius environment?
I need help. Thanks.