Hi Alan,
I think the poster is asking for a continuous amount of time after login. Setting Expiration will give a max valid period in which the user can login but under no circumstances it can provide a continuous period of usage.
Poster is also not clear what will happen if the user disconnects and connects again So i think the question asked here is incomplete.
Regards
Suman
JennyBlunt wrote:Then set the expiration date when they first log in.
> That's the one we're using. What I don't understand is that if we set up a
> group with max-all-session = 43200 the user would get in total 43200
> minutes. When, in reality, we're trying to give them a continuous 43200
> minutes from first login.
Remember: FreeRADIUS authenticates people. It isn't a DB.
If you want to have it remember something, you need to store that
information in a DB.
Alan DeKok.