Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Don
Alan, I finally made EAP-GTC using ntlm_auth to work. Basically my initial configuration inside "gtc" sub-section of raddb/eap.conf was correct and modifying raddb/modules/ntlm_auth from "%{mschap:User-Name}" to "%{User-Name}" was also correct. I can also use %{%{mschap:User-Name}:-%{User-Name}} t

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Alan DeKok
Don wrote: > Nothing secret, as I said I tried both configuration (one at a time) > inside "gtc" sub-section of eap.conf. That's a problem. NOTHING in the documentation or examples says to do that. LOTS of documentation and examples give the CORRECT way to use ntlm_auth. > I did that, but tha

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Don
page, web pages, and daily on this list? > > The reason we recommend it is that IT WORKS. If you're trying random > nonsense, you're wasting your time, and ours. > So far I have tried adding two configurations inside "gtc" sub-section of eap.conf. Nothing else was to

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Alan DeKok
ested in the FAQ, "man" page, web pages, and daily on this list? The reason we recommend it is that IT WORKS. If you're trying random nonsense, you're wasting your time, and ours. > The reason I am asking the question of multiple challenges because I am > currently ev

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Don
n/ntlm_auth ..." command execution, but that don't work. > > 2. Is it possible to send subsequent GTC challenge in addition to > > default Password challenge? If possible, how do I configure the > > subsequent GTC challenge? > > No. EAP-GTC is only challenge-r

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Alan DeKok
Don wrote: > That said, if EAP-GTC can be used along with ntlm_auth how do I > configure it to make that work? Read the "gtc" sub-section of eap.conf. It tells you how to make EAP-GTC use a particular authentication method. > I tried to execute ntlm_auth passing > --password=%{User-Password},

EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Don
All, I have successfully configured freeRadius using EAP-PEAP with: 1. GTC to authenticate user against local password 2. MSCHAPv2 to authenticate user against Active Directory via ntlm_auth following instructions on this link: http://wiki.freeradius.org/guide/FreeRADIUS-Active-Directory

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
Phil Mayers wrote: > On 29/08/13 18:16, Alan DeKok wrote: > >>i.e. set "proxy_tunneled_request_as_eap = no" > > Although IIRC that *definitely* had issues in 2.1.10, right? I don't recall... that was a long time ago, and I'm trying to get 3.0 out the door. Alan DeKok. - List info/subscr

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 18:16, Alan DeKok wrote: i.e. set "proxy_tunneled_request_as_eap = no" Although IIRC that *definitely* had issues in 2.1.10, right? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 18:16, Alan DeKok wrote: Phil Mayers wrote: [peap] Got tunneled request EAP-Message = 0x02090006031a 0x03 == 3 = NAK, 0x1a == 26 == MS-EAP (SoH, I think?) That's EAP-MSCHAP-v2. Doh, yes, brain fade. TBH this page could be clearer: http://www.iana.org/assignments/eap-num

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
Robert Roll wrote: > If I actually look at the proxy-inner-tunnel I see the following for > post-proxy.. The post-proxy stage has NOTHING to do with the home server. If the home server rejects the request, the issue is WAY before the post-process stage. > I see that eap needs be invoked if us

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
Phil Mayers wrote: > [peap] Got tunneled request > EAP-Message = 0x02090006031a > > 0x03 == 3 = NAK, 0x1a == 26 == MS-EAP (SoH, I think?) That's EAP-MSCHAP-v2. > ...which the proxy server then rejects: > > rad_recv: Access-Reject packet from host 155.97.185.76 port 1812, id=71, > length=4

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 17:01, Robert Roll wrote: Ok, Below is the TCP dump. I have attached the Freeradius Debug output beginning near the start of the proxy.. The problem here is pretty straightforward, but not obvious from the debugs since FR is just proxying. Basically, the client sends the inner EA

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
freeradius-users-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Phil Mayers [p.may...@imperial.ac.uk] Sent: Thursday, August 29, 2013 9:38 AM To: freeradius-users@lists.freeradius.org Subject: Re: EAP-Peap-MSchapv2 proxy from innertunnel On 29/08/13 15:56, Robert Roll wrote: >

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
s-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Phil Mayers [p.may...@imperial.ac.uk] Sent: Thursday, August 29, 2013 7:58 AM To: freeradius-users@lists.freeradius.org Subject: Re: EAP-Peap-MSchapv2 proxy from innertunnel On 29/08/13 14:35, Robert Roll wrote: > I'm t

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 15:56, Robert Roll wrote: I guess I assumed the id: in the TCP dump below was the "EAP Response Identifier" maybe not ? Is there a different EAP response identifier ? Yes, in the EAP-Message attribute (EAP packet) I actually have been running with debug radius -X. Obvio

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Martin Kraus
On Thu, Aug 29, 2013 at 02:56:44PM +, Robert Roll wrote: > I guess I assumed the id: in the TCP dump below was the "EAP Response > Identifier" maybe not ? Is there a different > EAP response identifier ? That is the id of the radius packet. EAP lives insided radius packet AVPs called EA

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
_ From: freeradius-users-bounces+robert.roll=utah@lists.freeradius.org [freeradius-users-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Martin Kraus [lists...@wujiman.net] Sent: Thursday, August 29, 2013 8:11 AM To: FreeRadius users mailing list Subject: Re: EAP-Peap-

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Martin Kraus
On Thu, Aug 29, 2013 at 01:35:25PM +, Robert Roll wrote: > I'm getting an EAP error response from the other server about it not liking > the > id number > > "Supplicant sent unmatched EAP response packet identifier" EAP Response identifier sent by the client has to match EAP Request

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
not liking the id number "Supplicant sent unmatched EAP response packet identifier" ( This is an EAP-PEAP-MSCHAPv2 scenerio) The EAP.conf file is configured with: proxy_tunneled_request_as_eap = yes I've included a TCP dump of the main freeradius serve

EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
Supplicant sent unmatched EAP response packet identifier" ( This is an EAP-PEAP-MSCHAPv2 scenerio) The EAP.conf file is configured with: proxy_tunneled_request_as_eap = yes I've included a TCP dump of the main freeradius server below WC -- Wireless controller FR-2.10 -

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Matthew Newton
On Tue, May 21, 2013 at 03:21:33PM +0800, Robert wrote: > Thank you! The configuration in the link works. The key is setting > fragment_size correctly. Yes, that was the gotcha. > But I am confused about the two methods : > Is EAP PEAP/TLS = EAP PEAP/EAP-TLS ? > Or they are two di

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Matthew Newton
On Tue, May 21, 2013 at 08:03:48AM +0100, Franks Andy (RLZ) IT Systems Engineer wrote: > Just confirming that I've tested this in the past and it works, but I > believe the poster of the article is dubious about a production > environment. Not at all - we are running it in production. The warnin

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Robert
Thank you! The configuration in the link works. The key is setting fragment_size correctly. But I am confused about the two methods : Is EAP PEAP/TLS = EAP PEAP/EAP-TLS ? Or they are two different methods? -Original Message- From: freeradius-users-bounces+robert_chen=favite

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Franks Andy (RLZ) IT Systems Engineer
freeradiu s.org] On Behalf Of Phil Mayers Sent: 20 May 2013 10:51 To: freeradius-users@lists.freeradius.org Subject: Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ? On 20/05/13 09:02, Robert wrote: > Hi > > I use freeradius v2.1.10 in Debian Squeeze 6.0.1. > > I want

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 10:59, stefan.pae...@diamond.ac.uk wrote: Ahhh. According to this conversation: That's a really old conversation. See instead the link I posted in my other email. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread stefan.paetow
[mailto:freeradius-users-bounces+stefan.paetow=diamond.ac...@lists.freeradius.org] On Behalf Of Phil Mayers Sent: 20 May 2013 10:49 To: freeradius-users@lists.freeradius.org Subject: Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ? On 20/05/13 10:25, stefan.pae...@diamond.ac.uk wrote

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 09:02, Robert wrote: Hi I use freeradius v2.1.10 in Debian Squeeze 6.0.1. I want to know if freeradius supports the following methods : See here: http://notes.asd.me.uk/2012/01/20/freeradius-with-peap-eap-tls-for-microsoft-soh/ - List info/subscribe/unsubscribe? See http://www.fr

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 10:25, stefan.pae...@diamond.ac.uk wrote: It supports EAP with TTLS, TLS and PEAP, yes. Look at EAP.conf – you can configure all supported options in there. Not sure you've understood what he's asking there; he wants to know if you can to PEAP with EAP-TLS as an inner. The main a

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread stefan.paetow
] On Behalf Of Robert Sent: 20 May 2013 09:03 To: freeradius-users@lists.freeradius.org Subject: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ? Hi I use freeradius v2.1.10 in Debian Squeeze 6.0.1. I want to know if freeradius supports the following methods : l EAP PEAP/TLS l EAP

Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Robert
Hi I use freeradius v2.1.10 in Debian Squeeze 6.0.1. I want to know if freeradius supports the following methods : l EAP PEAP/TLS l EAP PEAP/EAP-TLS ? The client I use is wpa_supplicant v0.6.9. Regards, Robert - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-15 Thread Alan DeKok
Sankalp Dubey wrote: > 3. If we try to add callback for post proxy in gtc_authenticate() function > its start crashing. Well... that's what code debugging is for. I haven't looked at it, so I can't comment more. It *should* be possible. It just requires a careful walk-through of the code

RE: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-13 Thread Sankalp Dubey
3 PM To: FreeRadius users mailing list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Can you please provide some pointers on where to carry out code change to > achieve this. Well... looking at the EAP-GTC code would be a good st

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Alan DeKok
Sankalp Dubey wrote: > Can you please provide some pointers on where to carry out code change to > achieve this. Well... looking at the EAP-GTC code would be a good start. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Sankalp Dubey
@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Tuesday, May 07, 2013 7:07 PM To: FreeRadius users mailing list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Can you please help out how to achieve it Code changes. > or else you can

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: > Can you please help out how to achieve it Code changes. > or else you can point out what's wrong in our configuration. If it was possible via a configuration change, I would have told you. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Sankalp Dubey
iling list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Is EAP-PEAP-GTC User-Password is set while using Free Radius as a proxy? No. The GTC password isn't copied to User-Password when proxying. It probably wouldn't be

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: > Is EAP-PEAP-GTC User-Password is set while using Free Radius as a proxy? No. The GTC password isn't copied to User-Password when proxying. It probably wouldn't be hard to do, though. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freera

Re: troubles with eap-peap mschapv2

2013-03-14 Thread Bertrand Poulet
Hi, >> Tue Mar 12 15:10:20 2013 : Info: # Executing section authorize from file > When you make debug output, please just use: > > radiusd -X > > Don't use the other arguments; they just create noise and volume > (timestamps) that are basically irrelevant. Ok, sorry. > This fails really REALLY e

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Phil Mayers
On 12/03/13 14:23, Bertrand Poulet wrote: Tue Mar 12 15:10:20 2013 : Info: # Executing section authorize from file When you make debug output, please just use: radiusd -X Don't use the other arguments; they just create noise and volume (timestamps) that are basically irrelevant. Tue Mar

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Alan DeKok
Bertrand Poulet wrote: > I've copied old "certs" directory to the new server. > It's still not good. See http://deployingradius.com/ There is detailed documentation for debugging EAP. As in 10-15 pages, with screen shots, instructions for what to do, comments as to what typically goes wrong,

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Bertrand Poulet
Le 11/03/2013 , freeradius-users-requ...@lists.freeradius.org a écrit : > Date: Mon, 11 Mar 2013 11:50:17 -0400 > From: Alan DeKok > To: FreeRadius users mailing list > > Subject: Re: troubles with eap-peap mschapv2 > Message-ID: <513dfd39.90...@deployingradius.com&

Re: troubles with eap-peap mschapv2

2013-03-11 Thread A . L . M . Buxey
Hi, why not use the same certs from your old server? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: troubles with eap-peap mschapv2

2013-03-11 Thread Alan DeKok
Bertrand Poulet wrote: > i try to migrate from FreeRADIUS 1.1.6 (Mandrake) > to FreeRADIUS 2.2.0 (from source) on ubuntu12.04. That should be easy. > The same supplicant and same AP with old FR is ok, > but not with new FR 2.2.0. > > What i've done : > > I've installed with ./configure; ma

troubles with eap-peap mschapv2

2013-03-11 Thread Bertrand Poulet
Hi all , i try to migrate from FreeRADIUS 1.1.6 (Mandrake) to FreeRADIUS 2.2.0 (from source) on ubuntu12.04. The same supplicant and same AP with old FR is ok, but not with new FR 2.2.0. What i've done : I've installed with ./configure; make; make install root@myhost:/usr/local/etc/raddb

Re: eap-peap gtc configuration

2012-10-26 Thread Nandkumar Palkar
Thanks! On Fri, Oct 26, 2012 at 6:39 PM, Alan DeKok wrote: > Nandkumar Palkar wrote: > > What is the attribute used in eap-peap gtc "login attempt with password > > attribute" (i.e. Challenge = "Password: ")? > > Reply-Message > > Alan De

Re: eap-peap gtc configuration

2012-10-26 Thread Alan DeKok
Nandkumar Palkar wrote: > What is the attribute used in eap-peap gtc "login attempt with password > attribute" (i.e. Challenge = "Password: ")? Reply-Message Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

eap-peap gtc configuration

2012-10-26 Thread Nandkumar Palkar
Hi, What is the attribute used in eap-peap gtc "login attempt with password attribute" (i.e. Challenge = "Password: ")? Thanks, Nand. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-PEAP with NT-Password stored in mysql database

2012-10-11 Thread Phil Mayers
On 11/10/12 16:23, Hocine M wrote: Hi, First apologize my english, j'm french. No problem. i don't use the default virtual server, i only use one filel3_wifi_peap (where i use sql_auth for auth and sql_acct for accounting) Your config is broken: +- entering group authorize {...} ++[p

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-14 Thread Alan DeKok
CD DD wrote: > The windows client get now the password change Window. > > But i still have one issue: > the new passphrase will not changed. > > I got: MS-CHAP-NT-Enc-PW with invalid format It's another VENDORPEC_MICROSOFT issue. See the following commit on github: https://github.com/aland

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-14 Thread CD DD
Hi Phil, > src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c: > > about line 741, maybe this: > >pairmove2(&response, &handler->request->reply->vps, > PW_MSCHAP_ERROR, 0); > > ...should be: > >pairmove2(&response, &handler->request->reply->vps, > PW_M

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-13 Thread Alan DeKok
Phil Mayers wrote: > src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c: > > about line 741, maybe this: > >pairmove2(&response, &handler->request->reply->vps, > PW_MSCHAP_ERROR, 0); > > ...should be: > >pairmove2(&response, &handler->request->reply->vps, >

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-13 Thread Phil Mayers
On 13/06/12 10:44, Alan DeKok wrote: CD DD wrote: i changed the source src/modules/rlm_mschap/rlm_mschap.c, recompiled and re-installed it. But it still not working. Why the passchange part will not handled ? ... (8) mschap :expand: --nt-response=%{%{mschap:NT-Response}:-00} -> --nt-re

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-13 Thread Alan DeKok
CD DD wrote: > i changed the source src/modules/rlm_mschap/rlm_mschap.c, recompiled and > re-installed it. > > But it still not working. > Why the passchange part will not handled ? ... > (8) mschap : expand: --nt-response=%{%{mschap:NT-Response}:-00} -> > --nt-response=e3426708aea6af13c9ba6ca

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-13 Thread CD DD
rl = no cipher_list = "DEFAULT" make_cert_command = "/usr/local/etc/raddb/certs/bootstrap" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 24 max_entries = 255 } verify { } ocsp {

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Alan DeKok
CD DD wrote: >> The MSCHAP password change code looks for the string "Password expired" >> in the output of the ntlm_auth command. If your ntlm_auth is printing >> something different, it'll just assume it's a regular failure. > > Sure, here are the Debug output: Which doesn't contain the st

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Phil Mayers
On 06/12/2012 06:47 PM, CD DD wrote: Exec-Program output: Must change password (0xc224) Exec-Program-Wait: plaintext: Must change password (0xc224) Ok. ntlm_auth is returning something different to what I saw in testing. Have you set the "must change password at next login" bit, as op

RE: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread CD DD
k_crl = no cipher_list = "DEFAULT" make_cert_command = "/usr/local/etc/raddb/certs/bootstrap" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 8 max_entries = 255 } verify { } ocsp {

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Phil Mayers
On 12/06/12 17:09, CD DD wrote: But i got from the ntlm_auth Error 691 which are send back to client. Please post full debugging output i.e. run "radiusd -X" and post the output to the list. Better yet, gather the debug output and READ IT carefully first, to see if you can spot the problem

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread CD DD
Hi Alan, >CD DD wrote: >> Hi Alan, >> >> >> i'm sorry to bother you again. >> >> I compiled now the "GIT" version (it's the same as download version), >and i >> got the same results. >> >> The FR is really 3.0.0. you can see that in the debug log. >> There is no differences in the results as

EAP-PEAP/TTLS and MAC filtering

2012-06-12 Thread Emmanuel BILLOT
Hi, Could you explain what is the difference between the default file and the inner-tunnel file in /etc/raddb/site-enabled ? When running in debug mode, i see sometimes # Executing section authorize from file /etc/raddb/sites-enabled/default and sometimes # Executing section authorize from file

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Alan DeKok
CD DD wrote: > Hi Alan, > > > i'm sorry to bother you again. > > I compiled now the "GIT" version (it's the same as download version), and i > got the same results. > > The FR is really 3.0.0. you can see that in the debug log. > There is no differences in the results as before i did. > > So

RE: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread CD DD
Hi Alan, i'm sorry to bother you again. I compiled now the "GIT" version (it's the same as download version), and i got the same results. The FR is really 3.0.0. you can see that in the debug log. There is no differences in the results as before i did. So what's wrong ? I used also a cleaned

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Alan DeKok
CD DD wrote: > well, i downloaded the zip file, because the server did not have git > protocoll allowed per firewall. *Your* firewall is blocking git. You do realize that github allows HTTP replication, right? There's a button labelled "HTTP" on: https://github.com/alandekok/freeradius-s

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread CD DD
Hi Alan, well, i downloaded the zip file, because the server did not have git protocoll allowed per firewall. But i checked the git version against the zip downloaded version, and it is the same version. >> yes, i tried now the latest freeradius version from git master: >> (alandekok-freeradi

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread Alan DeKok
CD DD wrote: > yes, i tried now the latest freeradius version from git master: > (alandekok-freeradius-server-release_2_1_7-1596-g3ce9b29.zip) Where did you get that from? Release 2.1.7? Really? > But i have still the same issue, that the password change is not handled. > I added my config fi

RE: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-12 Thread CD DD
Hi Alan, yes, i tried now the latest freeradius version from git master: (alandekok-freeradius-server-release_2_1_7-1596-g3ce9b29.zip) But i have still the same issue, that the password change is not handled. I added my config files and the debug output as attachment, maybe i missed some parame

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-06-06 Thread Alan Buxey
You are running latest version of freeradius? You have read the inner-tunnel virtual server config file near the end? And the MSCHAP module file near the end? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

EAP-PEAP + Windows 7 with SSO and Password change

2012-06-06 Thread CD DD
Hi, regarding Amans post from Apr 5.: > Aman Arneja arneja.aman at gmail.com wrote: > > Password change and retry is very much supported for Windows and Eap > for (P)eap-mschapv2. There would be some flag that needs to be set for > this after which it will work, will check what that flag is and

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-12 Thread CD DD
Hi, it seems that is not possible that a user can change the password on loggon screen in windows 7 with freeradius after it has expired, except i use a windows IAS / NPS Server, or not ? I debugged the RAS crap on windows side and in the Logs i have: [3564] 04-12 12:02:33:182: EapChapBeginMS

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-08 Thread CD DD
Hi Alan, hmm, it seems not working by me. In the Debug Log you can see, that the radius Server send the CHAP-Error to the Supplicant. And on Windows 7 side, i got an Invalid Login but NOT a Password Change window. But this should Pop up with enabled passchange feature, right ? I enabled the p

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-06 Thread Alan DeKok
CD DD wrote: > and how do i get this working ? read raddb/mods-available/mschap Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-05 Thread CD DD
Hi Alan, and how do i get this working ? I installed freeradius 3.0.0 and tested it, no chance by me ! Thanks, Alan DeKok wrote: >Aman Arneja wrote: >> Password change and retry is very much supported for Windows and Eap >> for (P)eap-mschapv2. There would be some flag that needs to be set

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-05 Thread Alan DeKok
Aman Arneja wrote: > Password change and retry is very much supported for Windows and Eap > for (P)eap-mschapv2. There would be some flag that needs to be set for > this after which it will work, will check what that flag is and write > back in some time The git "master" branch of FreeRADIUS sup

RE: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-05 Thread Aman Arneja
To: freeradius-users@lists.freeradius.org Subject: Re: EAP-PEAP + Windows 7 with SSO and Password change Yes, basically, password change operations are not supported by Windows EAP support. Not to mention RADIUS as well. Dave. Quoting c_dor...@gmx.de: > Hi, > > > we would like to us

Re: EAP-PEAP + Windows 7 with SSO and Password change

2012-04-05 Thread David Mitton
Yes, basically, password change operations are not supported by Windows EAP support. Not to mention RADIUS as well. Dave. Quoting c_dor...@gmx.de: Hi, we would like to use freeradius server for setup port access per 802.1x on wired LAN. The plan is to have a guest-vlan for unauthenti

EAP-PEAP + Windows 7 with SSO and Password change

2012-04-05 Thread c_dornig
Hi, we would like to use freeradius server for setup port access per 802.1x on wired LAN. The plan is to have a guest-vlan for unauthenticated supplicants and a vlan assignment for authenticated supplicants. We configured the freeradius Server (Version 2.1.12) to use peap/mschapv2 for user au

Re: Question on logging EAP/PEAP authentication rejections

2012-03-21 Thread Josh Hiner
> > It's a section, just like any other section. This is documented in > "man unlang". You put modules or "unlang" rules there. This is > documented in "man unlang". > Thanks!! That is exactly what I needed. I did not know to look in that man page. Awesome! > > > If there is documentation on

Re: Question on logging EAP/PEAP authentication rejections

2012-03-20 Thread Alan DeKok
Josh Hiner wrote: > Im not sure why people kept telling me to read the spot > above the Post-Auth-Type Reject section. Because it describes how the Post-Auth-Type Reject section works. Note: no text saying "it magically doesn't log User-Names" > Here is a paste of the text > above that secti

Re: Question on logging EAP/PEAP authentication rejections

2012-03-20 Thread Alan DeKok
Josh Hiner wrote: > ...to remind you what Alan said: > >> �Read raddb/sites-available/default. �Look for Post-Auth-Type Reject. >> >> �This is documented. > > in post-auth section > > >Post-Auth-Type REJECT { >attr_filter.access_reject >} *This* is

Re: Question on logging EAP/PEAP authentication rejections

2012-03-20 Thread Josh Hiner
Ok. I did follow this advice: >Ok I went back, looked at the config, and used some common sense to figure >part of it out. I have it now logging replys for rejects using the ...to remind you what Alan said: > �Read raddb/sites-available/default. �Look for Post-Auth-Type Reject. >

Re: Question on logging EAP/PEAP authentication rejections

2012-03-20 Thread Alan Buxey
Hi, >being a mooch. The only reason I can think of such short and erroneous >replies is that some people helping on the list are generally annoyed by >any questions. That is too bad. A quick reply of "use linelog" would have >been helpful. Why not help people? ...or it could be th

Re: Question on logging EAP/PEAP authentication rejections

2012-03-20 Thread Josh Hiner
Well I eventually found and switched to using linelog to log access rejects since I can define my own variables that are logged. Oddly enough freeradius was showing a packet-type of Access-Request for eap authentication failures. Since I was calling linelog only from the post_auth_reject spot I jus

Re: Question on logging EAP/PEAP authentication rejections

2012-03-19 Thread Josh Hiner
Alan. Thanks for the reply. One of my previous emails I did put reply_log in the post auth reject spot. Im also copying the user from the inner tunnel to the outer tunnel. I am getting reject logs but without the username. I swear I have read the section above the post auth reject spot in my defaul

Re: Question on logging EAP/PEAP authentication rejections

2012-03-19 Thread Alan Buxey
Hi, >Ok I went back, looked at the config, and used some common sense to figure >part of it out. I have it now logging replys for rejects using the ...to remind you what Alan said: > �Read raddb/sites-available/default. �Look for Post-Auth-Type Reject. > > �This is documented

Re: Question on logging EAP/PEAP authentication rejections

2012-03-19 Thread Josh Hiner
_filter. I cannot get Freeradius to log the username in eap/peap login rejects. Thanks again. -Josh On Fri, Mar 16, 2012 at 4:55 PM, Josh Hiner wrote: > Hello. Im running freeradius 2.1.6 and logging to /var/log/radius in > file/detail format. Currently connection logging is wor

Re: Question on logging EAP/PEAP authentication rejections

2012-03-19 Thread Josh Hiner
Ok I went back, looked at the config, and used some common sense to figure part of it out. I have it now logging replys for rejects using the reply_log section of ./modules/detail.log (I also enabled copy tunneled reply to the outer tunnel in eap.conf). In the logged rejections Im not getting the u

Re: Question on logging EAP/PEAP authentication rejections

2012-03-16 Thread Alan DeKok
Josh Hiner wrote: > Hello. Im running freeradius 2.1.6 and logging to /var/log/radius in > file/detail format. Currently connection logging is working if the user > authenticates correctly. I cant get access rejects to log though. Ive > turned on reply detail but that is only showing successful att

Question on logging EAP/PEAP authentication rejections

2012-03-16 Thread Josh Hiner
Hello. Im running freeradius 2.1.6 and logging to /var/log/radius in file/detail format. Currently connection logging is working if the user authenticates correctly. I cant get access rejects to log though. Ive turned on reply detail but that is only showing successful attempts too. I have : use_t

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-20 Thread Alan DeKok
Vincent Guardiola wrote: > Ok, > I don't understand why my config doens"t work or maybe i've erroe on my > client, this my conf : You've butchered the configuration. Why? The default configuration works. Use it. Then, read the default eap.conf, which contains documentation describing h

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-20 Thread Vincent Guardiola
Ok, I don't understand why my config doens"t work or maybe i've erroe on my client, this my conf : eap.conf eap { default_eap_type = peap timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-20 Thread Alan DeKok
Vincent Guardiola wrote: > I've read documentation and not found responses for my problem. It is documented. > I wonder if I correctly explain my request > > I would like to use a cllient certificats and mschapV2 in the same > authentification in PEAP or TTLS > Use client certificats for cre

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-20 Thread Vincent Guardiola
Hi, I've read documentation and not found responses for my problem. I wonder if I correctly explain my request I would like to use a cllient certificats and mschapV2 in the same authentification in PEAP or TTLS Use client certificats for create TLS tunel and after use mschapv2 for authenticate

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Alan DeKok
Vincent Guardiola wrote: > Ok I will try this :), > > I don't use inner-tunnel file it's required or not ?, I just use file > sites-enable/default Please read the documentation and examples that come with the server. It's MUCH nicer than asking questions which are already answered. Alan D

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Phil Mayers
On 15/12/11 16:14, Vincent Guardiola wrote: Ok I will try this :), I don't use inner-tunnel file it's required or not ?, I just use file sites-enable/default Not sure. Try it. I would always advise using inner-tunnel; it makes a lot of logical sense to have the PEAP inner processed separatel

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Vincent Guardiola
Ok I will try this :), I don't use inner-tunnel file it's required or not ?, I just use file sites-enable/default 2011/12/15 Phil Mayers > On 15/12/11 15:12, Vincent Guardiola wrote: > >> Humm yes, but with this i can use mschapv2 for authenticate or my >> > > Yes. > > > authentification wil

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Phil Mayers
On 15/12/11 15:12, Vincent Guardiola wrote: Humm yes, but with this i can use mschapv2 for authenticate or my Yes. authentification will be used by client certificat ? No. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Vincent Guardiola
Humm yes, but with this i can use mschapv2 for authenticate or my authentification will be used by client certificat ? 2011/12/15 Phil Mayers > On 15/12/11 14:29, Vincent Guardiola wrote: > >> Hi all, >> >> I have just one question about client certificats with EAP-TTLS

Re: EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Phil Mayers
On 15/12/11 14:29, Vincent Guardiola wrote: Hi all, I have just one question about client certificats with EAP-TTLS or EAP-PEAP. I would like use certificats client with authentication MSCHAPv2 it's possible ? Yes. This is documented in the "eap.conf": # You can make PEAP r

EAP-TTLS/EAP-PEAP Certificats

2011-12-15 Thread Vincent Guardiola
Hi all, I have just one question about client certificats with EAP-TTLS or EAP-PEAP. I would like use certificats client with authentication MSCHAPv2 it's possible ? It's possible to use client certificats for create TLS tunel and use mschapv2 auth inside ? In my test the authent

  1   2   3   4   5   6   >