[Samba] NTLMv2 - wrong password with samba? (SOLVED)

Tim P panterafreak at gmail.com
Wed Aug 3 19:40:58 GMT 2005


I am following the guide you wrote to incorporate an ipsec connection
through the poptop pptpd daemon and into a windows domain via samba.

I have followed it
(http://samba.org/ftp/unpacked/lorikeet/pppd/final-report.pdf) and am
getting the following with my dianostics:
[root at redguard etc]# nmbd start
[root at redguard etc]# winbindd start
[root at redguard etc]# pptpd start
[root at redguard etc]# wbinfo -p
Ping to winbindd succeeded on fd 4
[root at redguard etc]# wbinfo -t
checking the trust secret via RPC calls succeeded
[root at redguard etc]# ntlm_auth --username=user --domain=mydomain
password:
NT_STATUS_OK: Success (0x0)
[root at redguard etc]# ntlm_auth --username=user --domain=mydomain --diagnostics
password:
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test NTLMv2 failed!
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test NTLMv2 and LMv2 failed!
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test LMv2 failed!
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test NTLMv2 and LMv2, LMv2 broken failed!
Wrong Password (0xc000006a)
Wrong Password (0xc000006a)
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test Plaintext failed!
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test Plaintext LM broken failed!
Wrong Password (0xc000006a)
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test Plaintext NT only failed!
Wrong Password (0xc000006a)
[2005/08/03 15:36:50, 1] utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(594)
  Test Plaintext LM only failed!
[root at redguard etc]#

Here is the relavant part of my smb.conf also:
[global]
   workgroup = MYDOMAIN
   realm = MYDOMAIN.ORG
   security = ads
   client NTLMv2 auth = yes

I am using samba 3.0.14a


More information about the samba mailing list