RE: (RADIATOR) How to differentiate PEAP-EAP-CHAPV2 and EAP-TTLS radius packets

2003-03-20 Thread Kawakubo, Ken
Cc: [EMAIL PROTECTED] Subject: Re: (RADIATOR) How to differentiate PEAP-EAP-CHAPV2 and EAP-TTLS radius packets Hello Ken - On thinking about this a bit more, you should be able to do what you need like this (note the AuthBy RADIUS must be last): # define AuthBy clauses AuthBy PAM

(RADIATOR) How to differentiate PEAP-EAP-CHAPV2 and EAP-TTLS radius packets

2003-03-19 Thread Kawakubo, Ken
All, I would like Radiator to do the following. When Radiator gets PEAP-EAP-CHAPv2 radius packets, Radiator proxies to IAS on Windows 2003 server. When Radiator gets EAP-TTLS-PAP packets, Radiator authenticate via Authby PAM using pam_smb. I have to do this setup because we need to authenticate

Re: (RADIATOR) How to differentiate PEAP-EAP-CHAPV2 and EAP-TTLS radius packets

2003-03-19 Thread Hugh Irvine
Hello Ken - Could you please send me a copy of your configuration file (no secrets) together with a trace 4 debug from Radiator showing what is happening in each case? regards Hugh On Thursday, Mar 20, 2003, at 11:11 Australia/Melbourne, Kawakubo, Ken wrote: All, I would like Radiator to

Re: (RADIATOR) How to differentiate PEAP-EAP-CHAPV2 and EAP-TTLS radius packets

2003-03-19 Thread Hugh Irvine
Hello Ken - On thinking about this a bit more, you should be able to do what you need like this (note the AuthBy RADIUS must be last): # define AuthBy clauses AuthBy PAM Identifier CheckPAM . /AuthBy AuthBy RADIUS Identifier ForwardToIAS . /AuthBy .