If you mean, for example, to have an entry in proxy.conf as "realm 
somerealm" match to "somerealm" and "SOMEREALM" then do the following...

In r1.67 of files.c, change the line:

"if (strcmp(cl->realm, realm) == 0) {"

to:

"if (strcasecmp(cl->realm, realm) == 0) {'

That should force FR to accomplish the functionality that you are referring to.


Chris


At 01:07 PM 8/22/2002 +0200, you wrote:
>I am running freeradius 0.7 and RedHat 7.3
>
>as radius proxy. It works fin, but the realm is case sensitive. How can I 
>change this.
>
>I'd tried it with lower_realm = yes, but it didn't work.
>
>I hope someboy is able to help me.
>
>-
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



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

Reply via email to