Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 7c088b646894856e67511f3939f7a6c9 > files > 236

freeradius-3.0.20-1.mga7.armv7hl.rpm

#
#  If you want the server to pretend that it is dead,
#  then use the "do_not_respond" policy.
#
do_not_respond {
	update control {
		&Response-Packet-Type := Do-Not-Respond
	}
	handled
}

#
#  Send Access-Accept immediately
#
accept {
	update control {
		&Response-Packet-Type = Access-Accept
	}
	handled
}

#
#  Send Access-Challenge immediately
#
challenge {
	update control {
		&Response-Packet-Type = Access-Challenge
	}
	handled
}

#
#  Send an Accounting-Response immediately
#
acct_response {
	update control {
		&Response-Packet-Type = Accounting-Response
	}
	handled
}