Adding default Realms in users without Realms
joaocdc at gmail.com
joaocdc at gmail.com
Wed Aug 24 21:34:00 CEST 2011
Well the way we suggested to me you did not, however based on what you
gave me I made a small change and it worked. Put this in the
authorize.
if(User-Name !~ /@/){
update request {
Realm := "myrealm"
}
}
I wonder how I would do this manipulation Realm users through the file?
Thank you.
2011/8/24 Arran Cudbard-Bell <a.cudbardb at freeradius.org>:
>
> On 24 Aug 2011, at 20:42, joaocdc at gmail.com wrote:
>
>> Hello everybody I have a doubt and I'm not finding answers on the Internet.
>>
>> I have a freeradius server operating normally, it is a proxy for
>> several Realms, with each Realm leads the user to a different
>> authentication database, so far okay.
>>
>> What I need now is to get users coming to the radius without realm,
>> and add a default realm. I need to do this early on in the
>> authentication processing, so that the other conditions that rely on
>> authentication of the existence of a realm can function correctly.
>>
>
> If you mean just adding a string onto the username then yes...
>
> if(User-Name !~ /username with realm... etc.../){
> update request {
> User-Name := "%{User-Name}@realm"
> }
> }
>
> Arran Cudbard-Bell
> a.cudbardb at freeradius.org
>
> RADIUS - Half the complexity of Diameter
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
--
João Paulo de Lima Barbosa
More information about the Freeradius-Users
mailing list