From a1a667dd37d0218eda56bd2033a24cdff2dc8ea2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 14 Jan 2012 12:28:28 +1100 Subject: s3-libsmb: Use gensec_spnego in smb seal client This is intead of the inline, manual spnego code currently in use. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/param/loadparm_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/param') diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index f95965fcae..e1bbda3928 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -98,6 +98,7 @@ static const struct loadparm_s3_context s3_fns = .client_plaintext_auth = lp_client_plaintext_auth, .client_lanman_auth = lp_client_lanman_auth, .client_ntlmv2_auth = lp_client_ntlmv2_auth, + .client_use_spnego_principal = lp_client_use_spnego_principal, .private_dir = lp_private_dir, .ncalrpc_dir = lp_ncalrpc_dir, -- cgit