From f28f5db15a4bcf4c838ee6e4c6ef82c6b9dbd938 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 20 Apr 2011 12:05:27 +1000 Subject: libcli/auth Move PAC parsing and verification in common. This uses the source3 PAC code (originally from Samba4) with some small changes to restore functionality needed by the torture tests, and to have a common API. Andrew Bartlett --- libcli/auth/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcli/auth/wscript_build') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 6f5483f48b..e7d8b5660f 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -40,5 +40,5 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE', deps='asn1util') bld.SAMBA_SUBSYSTEM('KRB5_WRAP', - source='krb5_wrap.c', - deps='krb5') + source='krb5_wrap.c kerberos_pac.c', + deps='krb5 ndr-krb5pac') -- cgit