Kai Krueger wrote: > > I assume the following lines in HEAD/source/libsmb/clispnego.c > > if (neg_flags & NTLMSSP_NEGOTIATE_SIGN) > DEBUG(4, (" NTLMSSP_NEGOTIATE_SIGN\n")); > if (neg_flags & NTLMSSP_NEGOTIATE_SIGN) > DEBUG(4, (" NTLMSSP_NEGOTIATE_SEAL\n")); > > should be > > if (neg_flags & NTLMSSP_NEGOTIATE_SIGN) > DEBUG(4, (" NTLMSSP_NEGOTIATE_SIGN\n")); > if (neg_flags & NTLMSSP_NEGOTIATE_SEAL) > DEBUG(4, (" NTLMSSP_NEGOTIATE_SEAL\n")); > > The attached patch changes this.
Glad sombody is awake on this :-) I'll commit that. Andrew, -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net