diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 16:03:04 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-12 12:57:07 +0100 |
commit | c9d929af8ba018816df69734bed1c197d0c3b7f2 (patch) | |
tree | d47340212f302fc1a17791ad794be28b1cc2677b /libcli/auth | |
parent | c79db40040e27e1f7853db322d7c7460895d57bc (diff) | |
download | samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.gz samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.bz2 samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.zip |
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
Diffstat (limited to 'libcli/auth')
-rw-r--r-- | libcli/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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) |