diff options
| author | Stefan Metzmacher <metze@samba.org> | 2013-07-27 11:30:13 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 12:47:06 +0100 |
| commit | 38d4dba37406515181e4d6f1a1faffc18e652e27 (patch) | |
| tree | d7644727673b23e6167958e6c32422a2ab3a82d6 /source3/wscript_build | |
| parent | 11aed7cd3dbd967593b34a206f0802fd0002bf27 (diff) | |
| download | samba-38d4dba37406515181e4d6f1a1faffc18e652e27.tar.gz samba-38d4dba37406515181e4d6f1a1faffc18e652e27.tar.xz samba-38d4dba37406515181e4d6f1a1faffc18e652e27.zip | |
s3:rpc_client: make use of the new netlogon_creds_cli_context
This exchanges rpc_pipe_client->dc with rpc_pipe_client->netlogon_creds
and lets the secure channel session state be stored in node local database.
This is the proper fix for a large number of bugs:
https://bugzilla.samba.org/show_bug.cgi?id=6563
https://bugzilla.samba.org/show_bug.cgi?id=7944
https://bugzilla.samba.org/show_bug.cgi?id=7945
https://bugzilla.samba.org/show_bug.cgi?id=7568
https://bugzilla.samba.org/show_bug.cgi?id=8599
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
| -rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index ecddfd9dca..c5dc521cf6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -84,8 +84,8 @@ bld.SAMBA3_LIBRARY('msrpc3', deps='''ndr ndr-standard RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH LIBTSOCKET gse dcerpc-binding - libsmb - ndr-table''', + libsmb ndr-table NETLOGON_CREDS_CLI + ''', private_library=True) bld.SAMBA3_LIBRARY('gpo', @@ -763,7 +763,7 @@ bld.SAMBA3_LIBRARY('libcli_lsa3', bld.SAMBA3_LIBRARY('libcli_netlogon3', source='rpc_client/cli_netlogon.c rpc_client/util_netlogon.c', - deps='RPC_NDR_NETLOGON INIT_NETLOGON cliauth param', + deps='msrpc3 RPC_NDR_NETLOGON INIT_NETLOGON cliauth param NETLOGON_CREDS_CLI', private_library=True) bld.SAMBA3_LIBRARY('cli_spoolss', |
