Reject authorization if realm is not found

Alan DeKok aland at deployingradius.com
Mon Jan 22 18:01:43 UTC 2024


On Jan 22, 2024, at 11:29 AM, filip.m.nikolic at roamingnetworks.rs wrote:
> (0)     [suffix] = noop
> 
> I want here to reject authorization 😊

authorize {
	...
	suffix

	if (noop) {
		reject
	}

	...

}

  Alan DeKok.




More information about the Freeradius-Users mailing list