I wonder if somebody else has managed to get this kind of thing right, I want to eliminate the need for usernames in my authentication process, I want to work with the callerid instead. Now thats not very hard, except now I want to be able to classify a user/callerid into a specific realm, a realm of which is declared in a SQL table. I've tried creating a Perl module with rlm_perl but it doesn't seem to classify the user into a realm. I don't really want to create a custom module for it, as I like to keep this kind of thing config based and not modular. Any Ideas? Thanks, Mike
Hi,
I don't really want to create a custom module for it, as I like to keep this kind of thing config based and not modular.
Any Ideas?
at least in the users file, Proxy-To-Realm := realmname as a reply item works. No idea if it will also do in SQL radcheck, but it's worth a try. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
Is there any way to put all domains in a table and when freeradius start up, it read this table and recognizes them? I do not understand the realm table in radius DB. Any suggestion?> From: stefan.winter@restena.lu> To: michael@tradepage.co.za; freeradius-users@lists.freeradius.org> Subject: Re: Dynamic Realm> Date: Tue, 27 Nov 2007 14:11:40 +0100> > Hi,> > > I don't really want to create a custom module for it, as I like to keep> > this kind of thing config based and not modular.> >> > Any Ideas?> > at least in the users file, Proxy-To-Realm := realmname as a reply item works. > No idea if it will also do in SQL radcheck, but it's worth a try.> > Stefan> > -- > Stefan WINTER> > Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de > la Recherche> Ingenieur Forschung & Entwicklung> > 6, rue Richard Coudenhove-Kalergi> L-1359 Luxembourg> E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1> http://www.restena.lu Fax: +352 422473 _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&...
Is there any way to put all domains in a table and when freeradius start up, it read this table and recognizes them? I do not understand the realm table in radius DB. Any suggestion?
I have multiple suggestions: 1) Write with a mailer that doesn't fuck up formatting in non-HTML. Your mail was only barely readable in plain-text. 2) Don't hijack other people's threads with an only mildly related subject. 3) forget about the realm table in SQL. AFAIK, it's not used in 1.1.x. realms go into proxy.conf. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
Dear All, I have this line in my log file ( Auth: Invalid user (rlm_checkval: This NAS-Port-Type is not allowed for the user): ) I just want to make the radius to insert it in mysql server like post auth as it inserts the Access accepts and rejects, i want to replace the log file with mysql table using the authentication query . can i ?? regrads
Thanks for the aclaration about realms. It is my repeated question. Now I am waiting to freeradius 2.0 and try it. By the way, I usually write in plain text. It was a browser bug.
From: stefan.winter@restena.lu To: freeradius-users@lists.freeradius.org Subject: Re: Dynamic Realm Date: Wed, 28 Nov 2007 13:26:27 +0100
Is there any way to put all domains in a table and when freeradius start up, it read this table and recognizes them? I do not understand the realm table in radius DB. Any suggestion?
I have multiple suggestions:
1) Write with a mailer that doesn't fuck up formatting in non-HTML. Your mail was only barely readable in plain-text.
2) Don't hijack other people's threads with an only mildly related subject.
3) forget about the realm table in SQL. AFAIK, it's not used in 1.1.x. realms go into proxy.conf.
Stefan
-- Stefan WINTER
Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung
6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
_________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&...
participants (4)
-
Amr el-Saeed -
Michael da Silva Pereira -
Santiago Balaguer García -
Stefan Winter