s4-librpc: Fix netlogon schannel client connect.
authorAndreas Schneider <asn@samba.org>
Thu, 22 Dec 2011 15:32:31 +0000 (16:32 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 22 Dec 2011 16:48:24 +0000 (17:48 +0100)
commita7541fc27ec9fd880ce8f13e9c04bec105c5435e
treeb762ac142be8390c9e02b062189db1db760db2d3
parent32317b0529b4322b0c080cc8916f095db0b82cf5
s4-librpc: Fix netlogon schannel client connect.

As a client we request as much flags as possible. The server checks
which flags it supports and returns the same negotiation flags or less.
So we need to store the negotiate flags from the server. We need them
later if we have to call netr_LogonGetCapabilities.
source4/librpc/rpc/dcerpc_schannel.c