user's default login time
Hi, all when I add user to file /etc/freeradius/files in the vpn authentication server. so I want to the folloing things about user. 1. how long will user automatic login off( which file can I check the time) 2.how cant I teminat session by manual 3.when login with wrong password, the user can be locked out and can email to inform user 4.users default actived time the above funtion need user mysq module? thanks
studyfordo wrote:
Hi, all when I add user to file /etc/freeradius/files in the vpn authentication server. so I want to the folloing things about user. 1. how long will user automatic login off( which file can I check the time)
You can send a Session-Timeout to limit the total session time. But the server doesn't track how long a user has been logged in.
2.how cant I teminat session by manual
See the VPN server for documentation. This isn't a RADIUS issue.
3.when login with wrong password, the user can be locked out and can email to inform user
It's possible, but you will need to write those policies yourself.
4.users default actived time
I have no idea what that is.
the above funtion need user mysq module?
No. Alan DeKok.
participants (2)
-
Alan DeKok -
studyfordo