Re: Authorize with SQL and/or AD with ntlm_auth

2008-04-04 Thread Alan DeKok
Guillaume Chartrand wrote: Hi, I want to configure my freeradius to authorize my user with an sql database or if the user isn’t present it would check in AD. To be clear: get the password from LDAP, or ask AD about the *authentication*. authorize { sql if (notfound)

Re: Authorize with SQL and/or AD with ntlm_auth

2008-04-04 Thread Devinder Singh
Hi I want Free Radius to authenticate user in my Radcheck table using EAP-TLS vai 802.1x authentication. Currently it is authenticating users in users.conf file Regards Devinder - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Authorize with SQL and/or AD with ntlm_auth !!!SOLVED!!!

2008-04-04 Thread Guillaume Chartrand
If in the radius.conf mschap section module I insert the same ntlm_auth line of the exec. The sql don’t work but AD work. If I put nothing in mschap section. The SQL works but not AD. So what I did make wrong 1) Do not create your own ntlm_auth module. 2) configure ntlm_auth in the mschap

Authorize with SQL and/or AD with ntlm_auth

2008-04-03 Thread Guillaume Chartrand
Hi, I want to configure my freeradius to authorize my user with an sql database or if the user isn't present it would check in AD. Here is my conf for now. authorize { preprocess sql if (notfound) { ntlm_auth } eap expiration