diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-14 12:28:28 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-31 20:17:10 +0100 |
commit | a1a667dd37d0218eda56bd2033a24cdff2dc8ea2 (patch) | |
tree | 0df18d8c66d6c9f3842784ccc05dd1d0a0d8e4a8 /source3/param | |
parent | d6b0d521ea816cb538077fa84cbc292aab1299e8 (diff) | |
download | samba-a1a667dd37d0218eda56bd2033a24cdff2dc8ea2.tar.gz samba-a1a667dd37d0218eda56bd2033a24cdff2dc8ea2.tar.bz2 samba-a1a667dd37d0218eda56bd2033a24cdff2dc8ea2.zip |
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')
-rw-r--r-- | source3/param/loadparm_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |