Re: oh god please help me - duplicate radcheck entries or operators or attr_rewrite or...

2004-12-02 Thread Thor Spruyt
[EMAIL PROTECTED] wrote: Yes, the NASs are wireless access points on steroids, and they get bandwidth-throttling information from RADIUS along with Accepts/Rejects. Do you perhaps now the vendor? Is bandwidth throttling the only configuration they get via radius? Re: the NASs not identifying

RE: authenticate multiple realms for dialups

2004-12-02 Thread Christian Reeves
I have an ISP scenario using freeradius 1.0.1. to authenticate dialup customers on our single domain. We use a Mysql backend. We have added a second domain for a national dialup service. A 3rd party providing the POPS will pass radius requests to our radius servers. Question:

RE: authenticate multiple realms for dialups

2004-12-02 Thread Dustin Doris
On Thu, 2 Dec 2004, Christian Reeves wrote: I have an ISP scenario using freeradius 1.0.1. to authenticate dialup customers on our single domain. We use a Mysql backend. We have added a second domain for a national dialup service. A 3rd party providing the POPS will pass radius

Re: How to proxy authentication requests to simple radius?

2004-12-02 Thread Stefan . Neis
Hi, So target is: Windows XP Workstation WLAN Base Station FreeRadius My simple radius and its user db - between Workstation and FreeRadius EAP-PEAP / PEAP-MSCHAPv2 is used - between FreeRadius and My simple radius PAP or CHAP is used If you can

Re: Segfault [was: Re: radcheck radreply - DB1, radacct - DB2?]

2004-12-02 Thread Jason Lixfeld
Found how to do run this against gdb from a different post. Here's the output: ... ... ... rlm_eap: Loaded and initialized type md5 tls: rsa_key_exchange = no tls: dh_key_exchange = yes tls: rsa_key_length = 512 tls: dh_key_length = 512 tls: verify_depth = 0 tls: CA_path = (null) tls:

Re: Segfault [was: Re: radcheck radreply - DB1, radacct - DB2?]

2004-12-02 Thread Dustin Doris
I'm getting segmentation faults when it tried to load the SQL module after implementing Thor's changes: bash# radiusd -X ... ... ... Module: Instantiated realm (suffix) Segmentation fault bash# Configuration: sql.conf: sql_acct { driver = rlm_sql_mysql } sql_auth {

radclient error (formerly radtest error)

2004-12-02 Thread Justin Guidroz
So in my previous email about the radtest error, I should have thought a little harder and realized that it's actually radclient that's the problem. So could the reason for radclient not working possibly be since it was a cvs snapshot, or is it more likely something didn't link correctly since

Re: Segfault [was: Re: radcheck radreply - DB1, radacct - DB2?]

2004-12-02 Thread Jason Lixfeld
Thanks. That was it. For the maintainers: Perhaps adding a comment or something to the sql.conf to the effect of using sql custom name { } for users who want to use multiple databases but not for the purposes described in the configurable_failover document. Maybe adding an example in the

Re: oh god please help me - duplicate radcheck entries or operators or attr_rewrite or...

2004-12-02 Thread Thor Spruyt
[EMAIL PROTECTED] wrote: By configuring a username and password in the accesspoint for example. That way the NAS sends an access-request with the username and password to the radius server. The radius server can then 1) uniquely identify the accesspoints, 2) reject unknown accesspoints, 3) give

Re: Counters, Almost there, just need a bit of help to finish Part 1

2004-12-02 Thread Kostas Kalevras
On Thu, 2 Dec 2004, Anson Rinesmith wrote: Sorry, had to put in to parts Counters are working partially. It sets the session timeout to the difference between max and used. Used never gets changed from 0? So the user can get right back on. Example is for 30 seconds a day (just for quick results).

RE: How to proxy authentication requests to simple radius?

2004-12-02 Thread Heinälä Petri
Hi, Actually I don't need password at all. Username is only thing what I need. I'll make authentication with other methods. I'll just want to end eap-peap to FreeRadius and continue with other methods. Is it so that only way to solve this is to create my own module? Br, Petri -Original