Sophie

Sophie

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

freeradius-2.2.0-5.1.mga4.x86_64.rpm

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

#
# The "always" module is here for debugging purposes. Each
# instance simply returns the same result, always, without
# doing anything.
always fail {
	rcode = fail
}
always reject {
	rcode = reject
}
always noop {
	rcode = noop
}
always handled {
	rcode = handled
}
always updated {
	rcode = updated
}
always notfound {
	rcode = notfound
}
always ok {
	rcode = ok
	simulcount = 0
	mpp = no
}