Re: Sample code for external program w/ EAP?

2011-01-29 Thread Phil Mayers
On 01/28/2011 06:34 PM, McCann, Brian wrote: Now, here's my exact problem and explain why I need to authenticate (not authorize) in my external program (vs ntlm_auth, the users file, ldap, sql, etc). I have an XMLRPC-like server that is accessed over https, and takes a hash of the username

RE: Sample code for external program w/ EAP?

2011-01-28 Thread McCann, Brian
I should also mention I'd be perfectly happy with using an exec-program-wait to authenticate the user since our volume is not that high, but I cannot find an example of how to do that either. Thanks, --Brian From: freeradius-users-bounces+bmccann=andmore@lists.freeradius.org

Re: Sample code for external program w/ EAP?

2011-01-28 Thread Phil Mayers
On 28/01/11 15:54, McCann, Brian wrote: Hi all. I hate to be a pest…but I cannot find anything really on what I’m trying to do. My setup is a wireless AP (running OpenWRT) using WPA2 – 802.1x authentication, to Freeradius. I’m trying to use a Python program as an “external authenticator”, so

Re: Sample code for external program w/ EAP?

2011-01-28 Thread Alan DeKok
McCann, Brian wrote: Hi all. I hate to be a pest…but I cannot find anything really on what I’m trying to do. You're trying to have another program authenticate the user. This means setting up that program as being responsible for the authentication. I’m trying to use a Python program as

RE: Sample code for external program w/ EAP?

2011-01-28 Thread McCann, Brian
Message- From: freeradius-users-bounces+bmccann=andmore@lists.freeradius.org [mailto:freeradius-users-bounces+bmccann=andmore@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Friday, January 28, 2011 11:44 AM To: FreeRadius users mailing list Subject: Re: Sample code for external