Adding default Realms in users without Realms

2011-08-24 Thread joao...@gmail.com
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

Re: Adding default Realms in users without Realms

2011-08-24 Thread Arran Cudbard-Bell
On 24 Aug 2011, at 20:42, joao...@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

Re: Adding default Realms in users without Realms

2011-08-24 Thread joao...@gmail.com
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

Re: Adding default Realms in users without Realms

2011-08-24 Thread Arran Cudbard-Bell
On 24 Aug 2011, at 21:34, joao...@gmail.com wrote: 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. The way I suggested will work if you put it at the top of authorize before calling any of the

Re: Adding default Realms in users without Realms

2011-08-24 Thread joao...@gmail.com
OK Thanks for the tips, helped me a lot. 2011/8/24 Arran Cudbard-Bell a.cudba...@freeradius.org: On 24 Aug 2011, at 20:42, joao...@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