PAP password

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Wed May 13 20:07:33 CEST 2009


Hi,

> DEFAULT User-Name =~ "DUN[+]([^@]+)@*"
>       User-Name := "%{1}",
>       Hint = "NationalSS1"
>
> DEFAULT User-Name =~ "dun[+]([^@]+)@*"
>       User-Name := "%{1}",
>       Hint = "NationalSS2"
>
>
> and so on.  This works but might be a bit kludgy.  At least we are  
> authenticating again.  Thanks for the help.

welcome to the wild world of regex.

suggest "DUN\+([^@]+)@*"

alan



More information about the Freeradius-Users mailing list