svn commit: samba r17610 - in branches/SAMBA_3_0/source: . lib nsswitch utils

Jeremy Allison jra at samba.org
Mon Aug 21 01:09:36 GMT 2006


On Mon, Aug 21, 2006 at 08:11:34AM +1000, Andrew Bartlett wrote:
> Not as far as I can tell.  You want a function like:
> 
> get_ntlm_response(ctx, uint16 flags, uint8 chal[8], DATA_BLOB
> *lm_response, DATA_BLOB *nt_response);
> 
> This should be invoked by a function pointer in the NTLMSSP code, where
> it currently does the SMBEncrypt stuff, with a default pointer that
> looks at the set password, or a winbindd pointer that send this off to
> ask winbindd for this specific value.

Ah, we mean different things. I only meant you could use
the NTLMSSP interface directly with LM and NT hashes now,
rather than having to give it plaintext.

Jeremy.


More information about the samba-technical mailing list