Arne Brutschy <[EMAIL PROTECTED]> wrote:
> The problem is, that this solution does not strips the realm from the
> username. How do I accomplish this? I tried:
You can use the "preproxy_users" file to re-write the User-Name
before it's proxied.
#-- users
DEFAULT User-Name =~ "^([EMAIL PROTECTED])@(.*)uni-leipzig\.de$", Proxy-To-Realm :=
"uni-leipzig.de"
Fall-Through = Yes
#---
And:
#--- preproxy_users
DEFAULT User-Name =~ "^([EMAIL PROTECTED])@(.*)uni-leipzig\.de$"
User-Name := `${1}`
#---
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html