Sophie

Sophie

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

freeradius-2.2.8-1.mga5.i586.rpm

# -*- text -*-
#
#  $Id: c28187f05d4f0416442203b016feb7e2b818716f $

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