Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > ad6a55e904e8b907b5158134c74b7a47 > files > 37

freeradius-2.2.8-1.mga5.i586.rpm

# -*- text -*-
#
#  $Id: 8bbd88973459d82f3967135c66a5b566fffc130a $

#
# The expiration module. This handles the Expiration attribute
# It should be included in the *end* of the authorize section
# in order to handle user Expiration. It should also be included
# in the instantiate section in order to register the Expiration
# compare function
#
expiration {
	#
	# The Reply-Message which will be sent back in case the
	# account has expired. Dynamic substitution is supported
	#
	reply-message = "Password Has Expired\r\n" 
	#reply-message = "Your account has expired, %{User-Name}\r\n"
}