Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4 |
- |
1 |
# -*- text -*-
|
|
|
2 |
#
|
|
|
3 |
# $Id$
|
|
|
4 |
|
|
|
5 |
#
|
|
|
6 |
# The expiration module. This handles the Expiration attribute
|
|
|
7 |
# It should be included in the *end* of the authorize section
|
|
|
8 |
# in order to handle user Expiration. It should also be included
|
|
|
9 |
# in the instantiate section in order to register the Expiration
|
|
|
10 |
# compare function
|
|
|
11 |
#
|
|
|
12 |
expiration {
|
|
|
13 |
#
|
|
|
14 |
# The Reply-Message which will be sent back in case the
|
|
|
15 |
# account has expired. Dynamic substitution is supported
|
|
|
16 |
#
|
|
|
17 |
reply-message = "Password Has Expired\r\n"
|
|
|
18 |
#reply-message = "Your account has expired, %{User-Name}\r\n"
|
|
|
19 |
}
|