Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-08 Thread lint
Just to post a confirmation, this was my issue (multiple copies of modules in the /etc/raddb/modules directory), which was self-inflicted since I kept them there. I had other issues come up with permissions, logon failures due to realm, etc. All were resolved with the FreeRADIUS documentation

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Angelica Delgado-2 wrote Freeradius, it gives NT_STATUS_WRONG_PASSWORD. I am having a similar issue to this. I have LDAP authentication working. However, my wireless controller, Nortel/Avaya 2382, will not work. Radius ping from the localhost and a server works fine. Radius log when I

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Alan Buxey
Hi, I am having a similar issue to this. I have LDAP authentication working. However, my wireless controller, Nortel/Avaya 2382, will not work. and what type of request is coming through? If its not a PAP type of request - as per from your server test, then you wont have %{User-Password}

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Alan Buxey wrote and what type of request is coming through? - check the mschap module to see the challenge response example and 'radiusd -X' for help does help... Alan, thank you, my wireless controller was set to send MSCHAP-v2. Changing the controller to PAP allows it to

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
lint wrote Alan, thank you, my wireless controller was set to send MSCHAP-v2. Changing the controller to PAP allows it to complete a successful radius ping. However, I have moved onto another problem, an 802.1x client will not authenticate sending EAP-PEAP/EAP-MSCHAP-v2. So, if I

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Alan Buxey
You certainly dont need to set anything in your users file for 802.1X with an AD backend As already stated, where is your radiusd -X ? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Alan Buxey wrote You certainly dont need to set anything in your users file for 802.1X with an AD backend As already stated, where is your radiusd -X ? I really apologize, I misunderstood you. Thank you so much! Here it is: FreeRADIUS Version 2.1.11, for host x86_64-redhat-linux-gnu,

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Alan Buxey
Hi, Ready to process requests. .and then nothing.the output is only useful if you show a failing request actually being handled :-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Alan Buxey
Hi, Module: Instantiating module ntlm_auth from file /etc/raddb/modules/ntlm_auth exec ntlm_auth { wait = yes program = /usr/bin/ntlm_auth --request-nt-key --domain=domain.net--username=%{mschap:User-Name} ^^ PS you have a typo alan - List

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Alan Buxey wrote Hi, Module: Instantiating module ntlm_auth from file /etc/raddb/modules/ntlm_auth exec ntlm_auth { wait = yes program = /usr/bin/ntlm_auth --request-nt-key --domain=domain.net--username=%{mschap:User-Name} ^^ PS you have a

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Alan Buxey
The freeradius daemon reads ALL files in the modules directory. You have duplicates and eg .rpmnew . Remove those and things may just work nicely for you alan -- Message may be brief as it has been sent from my mobile - List info/subscribe/unsubscribe? See

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Fajar A. Nugraha
On Thu, Dec 8, 2011 at 6:11 AM, lint l...@pillclan.com wrote: Alan, here is the output of everything with a failed request: Did you read this? Module: Linked to module rlm_chap Module: Instantiating module chap from file /etc/raddb/modules/chap Module: Linked to module rlm_mschap Module:

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Fajar A. Nugraha-2 wrote Did you read this? Module: Linked to module rlm_chap Module: Instantiating module chap from file /etc/raddb/modules/chap Module: Linked to module rlm_mschap Module: Instantiating module mschap from file /etc/raddb/modules/mschap.org mschap {

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread Fajar A. Nugraha
On Thu, Dec 8, 2011 at 9:26 AM, lint l...@pillclan.com wrote: I made backups of the files in modules before I modified them, as I always do with configuration files.  I didn't realize that FreeRADIUS loads all modules.  I will move the backups to my home directory and try again tomorrow

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-07 Thread lint
Fajar A. Nugraha-2 wrote Somewhat off topic, did you know you can use git to keep track of configuration changes? Something like this should make your live a lot easier - cd /etc/raddb - git init - everytime you make a change, do git commit -a -- Fajar I have heard of git in the

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-02 Thread Alan Buxey
Hi, [ntlm_auth] expand: --username=%{mschap:User-Name} - --username=testuser [ntlm_auth] expand: --password=%{User-Password} - --password= ^^ look. blank! use the correct attribute in that --password argument

Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-01 Thread Angelica Delgado
I follow http://deployingradius.com/documents/configuration/active_directory.html to configure freeradius with Active Directory. Samba and Kerberos works. When running ntlm_auth --request-nt-key command and it works but through Freeradius, it gives NT_STATUS_WRONG_PASSWORD. Following is the

Re: Getting NT_STATUS_WRONG_PASSWORD: Wrong Password (0xc000006a) when using ntlm_auth

2011-12-01 Thread Alan DeKok
Angelica Delgado wrote: I follow http://deployingradius.com/documents/configuration/active_directory.html to configure freeradius with Active Directory. Samba and Kerberos works. When running ntlm_auth --request-nt-key command and it works but through Freeradius, it gives