28 Mar
2018
28 Mar
'18
11:52 a.m.
On Mar 28, 2018, at 11:42 AM, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
I'm building a really basic system at the moment and want to implement a basic account expiry in the users file (since that's my user store). I found the Expiration attribute, but there seems to be a documentation mismatch. The FreeRADIUS docs on NetworkRADIUS say the format is one emitted by 'date'. In my instance that is 'Wed Mar 28 15:41:12 UTC 2018'. But that's not accepted.
The date format should be simpler. Time zones (e.g. UTC) aren't accepted. It's always interpreted as UTC. Alan DeKok.