Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: 8bbd88973459d82f3967135c66a5b566fffc130a $
4 - 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
}