> I have more hints trouble on another radius server. I want to look for a
> realm and strip it if it is there, else, send on the username untouched.
> User-Name = "renisdn at camalott.com"
try this
DEFAULT User-Name =~ "^([^@]+)@camalott.com"
User-Name := "%{1}"