Re: force set EAP-Type

2004-07-22 Thread Jan Satko
So i make change to users. Now it is.. wds-ap Auth-Type := EAP, EAP-Type := LEAP BlahPEAP is working again.. With your setup, that should force LEAP. What version are you running? Alan DeKok. 1.0.0-pre3. -- Bc. Jan 'EIS' Satko Slovak University of Agriculture

Re: force set EAP-Type

2004-07-21 Thread Jan Satko
1) You're not following my directions. It doesn't matter if you're using MySQL, test it with the users file first, to be sure that it works as I described. 2) You need to read the debug output of the server. That tells you what's going on, and why. I don't think so. I already

Re: force set EAP-Type

2004-07-21 Thread Alan DeKok
Jan Satko [EMAIL PROTECTED] wrote: I don't think so. I already do this. I try set up files with users files. Which is exactly what I told you not to do. I even told you why. Go back and read my original post. Implement the suggestions it contains. Maybe i'm wrong but it seems to me

Re: force set EAP-Type

2004-07-21 Thread Alan DeKok
Jan Satko [EMAIL PROTECTED] wrote: What i already set is: 1. files {} moved before $INCLUDE eap.conf That won't affect anything. 2. In authorize section moved files before eap. That will help some things, and may cause other problems. PEAP still working. Yes. It's independent

Re: force set EAP-Type

2004-07-20 Thread Jan Satko
Is that any way howto set EAP-Type (maybe in radgroupcheck ?) to leap for some group when default_eap_type is peap ? Sure. DEFAULT Group == foo, EAP-Type := LEAP You'll have to ensure that this is done *before* the EAP module is called. This may mean creating another instance of the

Re: force set EAP-Type

2004-07-20 Thread Alan DeKok
Jan Satko [EMAIL PROTECTED] wrote: I'm using mysql backend. That's nice. I try insert username,groupname into usergroup table, than groupname,variable=EAP-Type with op=:= and with value=LEAP into radgroupcheck, but id didn't work. Where I'm making mistake ? 1) You're not following my

force set EAP-Type

2004-07-19 Thread Jan Satko
Hi. Is that any way howto set EAP-Type (maybe in radgroupcheck ?) to leap for some group when default_eap_type is peap ? Freeradius send EAP-TLS and don't have any response. modcall[authorize]: module sql returns ok for request 124 modcall: group authorize returns updated for request 124

Re: force set EAP-Type

2004-07-19 Thread Alan DeKok
Jan Satko [EMAIL PROTECTED] wrote: Is that any way howto set EAP-Type (maybe in radgroupcheck ?) to leap for some group when default_eap_type is peap ? Sure. DEFAULT Group == foo, EAP-Type := LEAP You'll have to ensure that this is done *before* the EAP module is called. This may mean