Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > 61b33c2646c84a679cdfe96387c44e75 > files > 37

freeradius-2.2.0-5.1.mga4.x86_64.rpm

# -*- text -*-
#
#  $Id$

#
# 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"
}