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