Freeradius User Password Expiration
Guys, I've done abit of searching and still been unable to find a really good man page or other description on the users file. Not even the MAN on the users file is very descriptive. I just want to expire passwords. Thats it, I've seen the expiry attribute but nowhere can I find a detailed description of its variables. From what I have seen, you can just expire by setting a date using the expiry attribute to a specific date, is there any other way to do this? -- View this message in context: http://old.nabble.com/Freeradius-User-Password-Expiration-tp26831843p2683184... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Hi,
I've done abit of searching and still been unable to find a really good man page or other description on the users file. Not even the MAN on the users file is very descriptive. I just want to expire passwords. Thats it, I've seen the expiry attribute but nowhere can I find a detailed description of its variables. From what I have seen, you can just expire by setting a date using the expiry attribute to a specific date, is there any other way to do this?
from the rlm_expiration document - the document that explains how the expiration code does things.. Expiration attribute format: You can use Expiration := "23 Sep 2004" and the user will no longer be able to connect at 00:00 (midnight) on September 23rd, 2004. If you want a certain time (other than midnight) you can do use Expiration := "23 Sep 2004 12:00". The nas will receive a Session-Timeout attribute calculated to kick the user off when the Expiration time occurs. Example entry (users files): user1 Expiration := "23 Sep 2004" please tell us how we can make this clearer alan
participants (2)
-
Alan Buxey -
thatguy11