[1.1.0 -> 2.0.4] How to authenticate users like [EMAIL PROTECTED] with LDAP server?

2008-05-23 Thread Clark J. Wang
In FreeRADIUS 1.1, I can ask LDAP server to authenticate users with name [EMAIL PROTECTED] by configuring like this: --- File: hints --- DEFAULT Suffix == "ldap", Strip-User-Name = Yes Hint = "ldap" --- File: users --- DEFAULT Hint == "ldap", Auth-Type := LDAP -- File: radiusd.conf --- mo

Re: multiple authorization modules

2007-07-24 Thread Clark J. Wang
On 7/25/07, Joe Vieira <[EMAIL PROTECTED]> wrote: Nevermind, i figured it out. I have the same question. How did you figure it out? Joe Vieira wrote: > Hello, > > I am curious about the methodology for using one authorization module > for one type of service and another for a different typ

How to capture wireless EAP packets on Windows XP?

2007-07-24 Thread Clark J. Wang
I'm testing FreeRADIUS's PEAP-EAP-MSCHAPv2 functionality with a wireless USB adapter (D-Link AirPlus G DWL-G122) on Windows XP (SP2). I tried to capture the EAP packets using Wireshark 0.99.6a but I failed. Anyone can help? Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Frreradius PAP and CHAP

2007-06-19 Thread Clark J. Wang
On 6/20/07, hao chen <[EMAIL PROTECTED]> wrote: Hi, I tryed as you said. But it seems I still miss something. $cat /usr/local/etc/raddb/users . JohnAuth-Type := CHAP, CHAP-Password == "hello" ... Here, you should use `User-Password' other than `CHAP-Password'. $ cat request.tx

How to forward a request rejected by a proxy RADIUS server to another LDAP server?

2007-06-04 Thread Clark J. Wang
I've configured a proxy RADIUS server in `proxy.conf' and an LDAP server in `radiusd.conf' and they work well. I want to forward those requests rejected by the proxy RADIUS server to the LDAP server and re-authenticate them again. Can I do that in FreeRADIUS? And how? Thanks. - List info/subscri

How to re-forward a request rejected by one proxy server to another proxy server?

2007-05-25 Thread Clark J. Wang
I configuired two proxy servers `radius1' and `radius2' for realm `foo.com' in file `proxy.conf'. And I want those requests rejected by `radius1' to be re-forwarded to `radius2'. How can I do that? Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

LDAP Group Support

2007-05-16 Thread Clark J. Wang
I've read through the rlm_ldap wiki (http://wiki.freeradius.org/Rlm_ldap) and the sample radiusd.conf in FreeRADIUS package but I still don't know how to make LDAP Group work. Is there any more detailed examples? Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users

How to add a prefix to User-Name before proxying to another RADIUS server?

2007-05-14 Thread Clark J. Wang
I have two RADIUS servers rad_1 and rad_2. For some users rad_1 needs to forward the requests to rad_2 and I want to add some prefix like `QA/' to User-Name before forwarding to rad_2. Does FreeRADIUS support that? And how to configure? Thanks. - List info/subscribe/unsubscribe? See http://www.f