Complete the fix for bug 6100
[samba.git] / source3 / rpc_server / srv_pipe.c
index 09b1f664401afabfe7ce91192d11906ee10bd80b..ac491b9e53ce6ffdd9ddc2614bfb79c7819aba7a 100644 (file)
@@ -2113,7 +2113,7 @@ bool api_pipe_schannel_process(pipes_struct *p, prs_struct *rpc_in, uint32 *p_ss
 
        auth_len = p->hdr.auth_len;
 
-       if (auth_len != RPC_AUTH_SCHANNEL_SIGN_OR_SEAL_CHK_LEN) {
+       if (auth_len < RPC_AUTH_SCHANNEL_SIGN_OR_SEAL_CHK_LEN) {
                DEBUG(0,("Incorrect auth_len %u.\n", (unsigned int)auth_len ));
                return False;
        }