Author: jra
Date: 2007-03-21 01:04:56 +0000 (Wed, 21 Mar 2007)
New Revision: 21900

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21900

Log:
Token exchange now seems to work, now why does the
client encrypt fail ?
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/seal.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/seal.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/seal.c       2007-03-21 00:56:40 UTC (rev 
21899)
+++ branches/SAMBA_3_0/source/smbd/seal.c       2007-03-21 01:04:56 UTC (rev 
21900)
@@ -318,7 +318,7 @@
        if (!partial_srv_trans_enc_ctx) {
                /* This is the initial step. */
                status = srv_enc_ntlm_negotiate(ppdata, p_data_size, blob, 
False);
-               if (!NT_STATUS_IS_OK(status)) {
+               if (!NT_STATUS_EQUAL(status,NT_STATUS_MORE_PROCESSING_REQUIRED) 
&& !NT_STATUS_IS_OK(status)) {
                        srv_free_encryption_context(&partial_srv_trans_enc_ctx);
                        return nt_status_squash(status);
                }

Reply via email to