auth/ntlmssp: don't require any flags in the ccache_resume code
authorStefan Metzmacher <metze@samba.org>
Wed, 20 Apr 2016 16:44:21 +0000 (18:44 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 29 Apr 2016 10:06:25 +0000 (12:06 +0200)
commit9dc49c9d3322da89d2de208a2472604c49b3ada1
treeb5d81aad0d6e8451722bb1b64aaae771d82a71eb
parent26351cd1e90a113f722b6b12796edc9bf46c03d4
auth/ntlmssp: don't require any flags in the ccache_resume code

ntlmssp_client_challenge() already checks for required flags
before asking winbindd.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11850

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
(cherry picked from commit 5041adb6657596399049a33e6a739a040b4df0db)
auth/ntlmssp/ntlmssp_client.c