From c9d929af8ba018816df69734bed1c197d0c3b7f2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 7 Dec 2011 16:03:04 +1100 Subject: s4-lsarpc handle more info levels in SetInfoTrustedDomain calls This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett --- libcli/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/auth/wscript_build') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index a140df2cc0..ff8b82ebd0 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('cliauth', source='', - deps='NTLMSSP_COMMON MSRPC_PARSE LIBCLI_AUTH COMMON_SCHANNEL PAM_ERRORS SPNEGO_PARSE KRB5_WRAP errors NTLM_CHECK', + deps='NTLMSSP_COMMON MSRPC_PARSE LIBCLI_AUTH COMMON_SCHANNEL PAM_ERRORS SPNEGO_PARSE KRB5_WRAP errors NTLM_CHECK UTIL_LSARPC', private_library=True, grouping_library=True) -- cgit