s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{SIGN...
authorStefan Metzmacher <metze@samba.org>
Thu, 1 Sep 2016 08:58:16 +0000 (10:58 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:12 +0000 (11:20 +0200)
commit3c27a10e1c77ce82dabcb68338155bc52c97a527
treee861f10c72b1eaff3bd925a1bdaa429def2d7036
parent77adac8c3cd2f7419894d18db735782c9646a202
s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{SIGN,SEAL}) as server

They're always supported and using gensec_want_feature() on them would require
them in future.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/utils/ntlm_auth.c