Re: Problems with 1.0.6-2.0.1 connecting to OpenLDAP 2.3.33

2008-03-10 Thread Alan DeKok
Please try the attached patch. If it works, I'll commit it to CVS. Alan DeKok. Index: src/modules/rlm_ldap/rlm_ldap.c === RCS file: /source/radiusd/src/modules/rlm_ldap/rlm_ldap.c,v retrieving revision 1.192 diff -u -r1.192

is it possible: PEAP and TTLS on one SSID?

2008-03-10 Thread William Bulley
For Windows supplicants, we will use PEAPv0/MS-CHAPv2. For non-Windows supplicants, we would use EAP/TTLS and MD5 as the inner method. I am confused as to how to configure FreeRADIUS 2.0.1 to accomplish this simultaneous behaviour. What causes me to be confused is this directive in the EAP

Re: is it possible: PEAP and TTLS on one SSID?

2008-03-10 Thread William Bulley
Much appreciate your reply. According to [EMAIL PROTECTED]: For Windows supplicants, we will use PEAPv0/MS-CHAPv2. For non-Windows supplicants, we would use EAP/TTLS and MD5 as the inner method. I am confused as to how to configure FreeRADIUS 2.0.1 to accomplish this simultaneous

Re: is it possible: PEAP and TTLS on one SSID?

2008-03-10 Thread A . L . M . Buxey
Hi, For Windows supplicants, we will use PEAPv0/MS-CHAPv2. For non-Windows supplicants, we would use EAP/TTLS and MD5 as the inner method. I am confused as to how to configure FreeRADIUS 2.0.1 to accomplish this simultaneous behaviour. What causes me to be confused is this directive in

Re: is it possible: PEAP and TTLS on one SSID?

2008-03-10 Thread Phil Mayers
William Bulley wrote: For Windows supplicants, we will use PEAPv0/MS-CHAPv2. For non-Windows supplicants, we would use EAP/TTLS and MD5 as the inner method. I am confused as to how to configure FreeRADIUS 2.0.1 to accomplish this simultaneous behaviour. What causes me to be confused is this

Rule for don't log specific user session.

2008-03-10 Thread Rafael Medici
Hello, Is there a way to don't log nothing for a specific user, creating a rule in sql_log? You will probably ask me why! Because i have a plugin running on nagios, that checks for authentication with a specific user ex: testuser every 5 minutes, and at the end of the day my database grows

Re: Problems with 1.0.6-2.0.1 connecting to OpenLDAP 2.3.33

2008-03-10 Thread Zach Lowry
On Mar 10, 2008, at 12:31 AM, Alan DeKok wrote: Zach Lowry wrote: Argh. This was caused by my own error. Things look to be working better now. What would the best way be to handle OpenBSD's non-standard timeval struct? There is no standard timeval structure. It's always machine

Viewing all Radius acct attributes

2008-03-10 Thread Rashmi Bajaj
Hi, I am using the freeradius to receive radius acct logs from another remote radius server. The purpose is to use the radwho output. How do I make the radwho output to show all the attributes that it receives? Currently the output shows: Login, Name, What, TTY, When, From (NAS IP address),

virtual server configuration

2008-03-10 Thread usawebbox
I want to run two virtual servers on different ports, where one server allows PEAP-MSCHAPV2 and the other doesn't. It seems that only one eap.conf can be used. No. You can have multiple instances of the EAP module, just like anything else: eap foo { ... } eap bar { ...