New build path variable
[freeradius.git] / doc / rlm_expiration
1 Module to expire user accounts.
2
3 This module can be used to expire user accounts. Expired users receive
4 an Access-Reject on every authentication attempt. Expiration is based
5 on the Expiration attribute which should be present in the check item
6 list for the user we wish to perform expiration checks.
7
8
9
10 Expiration attribute format:
11
12 You can use Expiration := "23 Sep 2004" and the user will 
13 no longer be able to connect at 00:00 (midnight) on September 23rd, 
14 2004.  If you want a certain time (other than midnight) you can do 
15 use  Expiration := "23 Sep 2004 12:00".
16 The nas will receive a Session-Timeout attribute calculated to kick
17 the user off when the Expiration time occurs.
18
19
20
21 Example entry (users files):
22
23 user1   Expiration := "23 Sep 2004"