Matteo Faleschini <Matteo.Faleschini at fisica.unimi.it> wrote:
> My problem is now that I want to change the User-Name attr for students
> only, to name.surname at students before proxying it to the other radius
> server.
That's what pre-proxy-users file is for.
DEFAULT User-Name =~ "\\."
User-Name := "%{1}@students"
Alan DeKok.