Re: rewriting the User-Name attr

2005-08-06 Thread Matteo Faleschini
On Fri, 5 Aug 2005, Zoltan A. Ori wrote: My problem is now that I want to change the User-Name attr for students only, to [EMAIL PROTECTED] before proxying it to the other radius server. attr_rewrite studenti { attribute = User-Name #

Re: rewriting the User-Name attr

2005-08-06 Thread Alan DeKok
Matteo Faleschini [EMAIL PROTECTED] wrote: My radiusd.conf file only includes these lines for pre-proxying ... So list files there, too. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

rewriting the User-Name attr

2005-08-05 Thread Matteo Faleschini
Hi, i'm looking for some help to rewrite the User-Name attribute. My problem is: my organisation has to proxy to two different realms on two different servers. one realm is students, the other is professors (some users are handled locally). The User-Name of professors is [EMAIL PROTECTED]

Re: rewriting the User-Name attr

2005-08-05 Thread Alan DeKok
Matteo Faleschini [EMAIL PROTECTED] wrote: My problem is now that I want to change the User-Name attr for students only, to [EMAIL PROTECTED] before proxying it to the other radius server. That's what pre-proxy-users file is for. DEFAULT User-Name =~ \\. User-Name := [EMAIL

Re: rewriting the User-Name attr

2005-08-05 Thread Zoltan A. Ori
My problem is now that I want to change the User-Name attr for students only, to [EMAIL PROTECTED] before proxying it to the other radius server. attr_rewrite studenti { attribute = User-Name # may be packet, reply, proxy, proxy_reply or config