#
#  PRE: if
#
if (User-Name == "bob") {
	success

	#
	#  We need this because the "return" below
	#  will prevent the "pap" module from being run
	#  in the "authorize" section.
	#
	control.Auth-Type := ::PAP

	#
	#  Stop processing "authorize", and go to the next section.
	#
	return
}

# Shouldn't get here
test_fail
