Bug 3040 - ntlm_auth breaks old PW behaviour in ntlm client mode
Summary: ntlm_auth breaks old PW behaviour in ntlm client mode
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL: http://samba.pastebin.com/345818
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 04:38 UTC by Kai Blin
Modified: 2005-08-29 18:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Blin 2005-08-25 04:38:16 UTC
ntlm_auth --helper-protocol=ntlmssp-client-1 doesn't use a forced password as
first entry anymore. Instead it will ask for one after recieving the TT string.
After the PW was entered, ntlm_auth returns OK\nAF <base64 blob>. This also
breaks with the old behaviour, as ntlm_authv3 used to ask for a password after a
YR and replied with a single line of OK. You had to send a new YR after that.
Comment 1 Kai Blin 2005-08-26 10:56:29 UTC
This also happens for the gss-spnego-client mode, which is hardly surprising,
the way the code looks.
Comment 2 Andrew Bartlett 2005-08-29 18:33:53 UTC
Now fixed in SVN.  We now accept a leading PW, and remember it.