2008/10/10 Eric Martell <[EMAIL PROTECTED]>:
> Hi..
>   I searched thru the forums but not getting the right username after using
> regex.
> The request I am getting is : [EMAIL PROTECTED] and I need to strip everything
> after @ and pass the username as test.

Is there some reason you don't just create a local realm in proxy.conf
and use the 'strip' keyword?

realm google.com {
        type    =       radius
                authhost        = LOCAL
                accthost        = LOCAL
                strip
}


Thanks,

Alex
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to