Unlang statement

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Fri May 27 12:46:34 CEST 2016


Hi,
> Can someone please help me with unlang statement that rejects users (without bothering to carry out authentication) if the User-Name ends with "XYZ"

if(%{User-Name} ~= /XYZ$/ ) {
	reject
}


alan


More information about the Freeradius-Users mailing list