summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-14 12:28:28 +1100
committerStefan Metzmacher <metze@samba.org>2012-01-31 20:17:10 +0100
commita1a667dd37d0218eda56bd2033a24cdff2dc8ea2 (patch)
tree0df18d8c66d6c9f3842784ccc05dd1d0a0d8e4a8 /source3/param/loadparm_ctx.c
parentd6b0d521ea816cb538077fa84cbc292aab1299e8 (diff)
downloadsamba-a1a667dd37d0218eda56bd2033a24cdff2dc8ea2.tar.gz
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 <metze@samba.org>
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index f95965fcaef..e1bbda39281 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,