EAP-TLS can't get connected..etc.

2008-05-09 Thread Kwok Sianbin
Hi Everyone, I am newbie to linux and recently I try to implement  wireless connnection with EAP-TLS encryption. I am using Freeradius-1.1.7 installed into Red Hat Enterprise 4. Here I encounter problems that I can't solve it alone hence I need advice guru from this forum. the problem is client

reply-attributes are not set in the ACCES-ACCEPT

2008-05-09 Thread Alex Mija
Hello, I try to authenticate (using freeradius 102)to a freeradius server . My user entry in the users file looks like this: user2 User-Password := alcatel Session-Timeout = 3600, Termination-Action = 1, #Class = 0x1234567890, #User-Name = accounting,

Re: Multiple BaseDN's - How Do I Do This?

2008-05-09 Thread Phil Mayers
Rob VanDusen wrote: I'm very new to both Linux and FreeRadius, so please excuse me if this is too easy a question. After a couple weeks of fighting, reading, testing and reconfiguring - I finally managed to get FreeRadius 2.x working with my Novell eDirectory. Right now my eDir tree is made up

Re: Multiple BaseDN's - How Do I Do This?

2008-05-09 Thread Rob VanDusen
Yes Phil, that is the unfortunate configuration I have inherited with the job. This is a school district, they really want to keep each school building as it's own top-level O. I work in the ESB building, so that was the baseDN I used for testing. I'd rather not have to run 6 different radius

Re: Multiple BaseDN's - How Do I Do This?

2008-05-09 Thread Phil Mayers
Rob VanDusen wrote: Yes Phil, that is the unfortunate configuration I have inherited with the job. This is a school district, they really want to keep each school building as it's own top-level O. I work in the ESB building, Ok. so that was the baseDN I used for testing. I'd rather not have

Re: EAP-TLS can't get connected..etc.

2008-05-09 Thread Alan DeKok
Kwok Sianbin wrote: I am newbie to linux and recently I try to implement wireless connnection with EAP-TLS encryption. I am using Freeradius-1.1.7 installed into Red Hat Enterprise 4. You should really use 2.0.4. Here I encounter problems that I can't solve it alone hence I need advice

Re: reply-attributes are not set in the ACCES-ACCEPT

2008-05-09 Thread Alan DeKok
Alex Mija wrote: Hello, I try to authenticate (using freeradius 102)to a freeradius server . Ouch. Why not use 2.0.4? It's much more recent, and isn't years out of date. When I use TTLS with CHAP it works fine. BUT When I use TTLS with MSCHAPv2 in ACCESS-ACCEPT message I can't see any

Re: Multiple BaseDN's - How Do I Do This?

2008-05-09 Thread Jorgen Rosink
On Thu, May 8, 2008 at 7:57 PM, Rob VanDusen [EMAIL PROTECTED] wrote: My current config will check via LDAP against a NetWare box and authorize anyone in the ESB container - but I can't get it to look at any of the other containers. I tried doing multiple instances of the LDAP module - but

Re: ippool usage question

2008-05-09 Thread Alan DeKok
John Joe wrote: Hy, What happens if the ip addresses from the ippool are finished? I have some moments when the clients are receiving ip addresses from 10.67 subnet allthow i have nothing configured for this. As always, run the server in debugging mode to see what's going on. In this

RE:huntgroups are failing auth - missing Chap Password

2008-05-09 Thread Terry Pelley
OK, I must be missing something here, likely due to my limited experience with FreeRADIUS. After re-reading the instructions in the users file the only thing I can see that is relevant when using huntgroups is an entry for a user that has no User-Password attribute assigned which I assume means

RE:huntgroups are failing auth - missing Chap Password

2008-05-09 Thread Ivan Kalik
I must be missing something here, likely due to my limited experience with FreeRADIUS. No, all you have to do is to be able to read. With care and understanding. After re-reading the instructions in the users file the only thing I can see that is relevant when using huntgroups is an entry for a

Re: Referencing Ldap-Group in unlang

2008-05-09 Thread Jason Alderfer
Jason Alderfer wrote: I would like to convert the following users file entry to unlang code in 2.0.4. DEFAULT Ldap-Group == cn=not_student,ou=n,o=emu Tunnel-Type = VLAN, Tunnel-Medium-Type = IEEE-802, Tunnel-Private-Group-Id = 6 But after reading the unlang man

Re: rlm_sql_oracle compilation woes

2008-05-09 Thread Anders Holm
Alternatively, just copy the buggered header files to /usr/include and be done with it .. :) Worked too .. Cheers! //anders - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wednesday, May 7, 2008

Load testing tool recommendation

2008-05-09 Thread Anders Holm
So, I'm building a complete solution, from scratch. As such, the business owners have some requirements on how many requests it should be handle today per second and some point in the future as well. Would there be any good load testing tools, or some handy way to figure out how many tps my

Re: hello

2008-05-09 Thread thekat
If you want a package.. The latest version at Sunfreeware is 1.1.7 Blastwave is older 1.0.1 charles On Wed, May 7, 2008 at 2:00 PM, Misael Vasquez Sosa [EMAIL PROTECTED] wrote: which free radius version I should used for Solaris 10?? thanks - List info/subscribe/unsubscribe? See

Re: Load testing tool recommendation

2008-05-09 Thread Ivan Kalik
http://wiki.freeradius.org/Radclient Ivan Kalik Kalik Informatika ISP Dana 9/5/2008, Anders Holm [EMAIL PROTECTED] piše: So, I'm building a complete solution, from scratch. As such, the business owners have some requirements on how many requests it should be handle today per second and some

Altering extra table in SQL module

2008-05-09 Thread Barry
Hi List In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this? Could I add a ; at the end of the query and add another one to the same quoted string or should I use the exec() module? Thanks Barry -

Re: Multiple BaseDN's - How Do I Do This?

2008-05-09 Thread Rob VanDusen
Thanks Phil! I was missing the instantiate section, everything else fell into place and started working after that (at least it looks to be with very minimal testing). I cleaned up my files and deleted all the extra comments - I must have deleted that section - I should have left them alone.

Re: Altering extra table in SQL module

2008-05-09 Thread A . L . M . Buxey
Hi, Hi List In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this? Could I add a ; at the end of the query and add another one to the same quoted string or should I use the exec() module?

Re: Altering extra table in SQL module

2008-05-09 Thread Marinko Tarlac
Well exec is a better solution if you need some calculations Please send us your results :) [EMAIL PROTECTED] wrote: Hi, Hi List In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this? Could I

PAP Authentication User-Password not working properly

2008-05-09 Thread Yago Fdez. Hansen
Hi everybody: I am installing a lab test server with Freeradius 2.0.4 with all the authentication installed: CHAP, PAP, EAP and authorization over MySQL, users, system, and LDAP. I installed it in the few last days and I have everything working now, but as I was testing it, I could notice a

Re: PAP Authentication User-Password not working properly

2008-05-09 Thread Ivan Kalik
radiusd -X Ivan Kalik Kalik Informatika ISP Dana 9/5/2008, Yago Fdez. Hansen [EMAIL PROTECTED] piše: Hi everybody: I am installing a lab test server with Freeradius 2.0.4 with all the authentication installed: CHAP, PAP, EAP and authorization over MySQL, users, system, and LDAP. I installed

Re: PAP Authentication User-Password not working properly

2008-05-09 Thread Yago Fdez. Hansen
/list/users.html __ Información de NOD32, revisión 3089 (20080509) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: PAP Authentication User-Password not working properly

2008-05-09 Thread Ivan Kalik
mysql select * from radcheck - ; ++-+++---+ | id | username| attribute | op | value | ++-+++---+ | 1 | Chapsqluser | User-Password | == | chapsecret| | 2 | Chapsqluser |

Re: PAP Authentication User-Password not working properly

2008-05-09 Thread Scott Lambert
On Fri, May 09, 2008 at 08:17:25PM +0100, Yago Fdez. Hansen wrote: Dana 9/5/2008, Yago Fdez. Hansen [EMAIL PROTECTED] piše: Hi everybody: I am installing a lab test server with Freeradius 2.0.4 with all the authentication installed: CHAP, PAP, EAP and authorization over MySQL, users,

Re: PAP Authentication User-Password not working properly

2008-05-09 Thread Yago Fdez. Hansen
Inormatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html __ Información de NOD32, revisión 3090 (20080509) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com - List info/subscribe/unsubscribe? See http