summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-29 11:46:41 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-29 14:01:55 +1100
commitfe693e9148cdd9faf3525289a97373a5989e5416 (patch)
treed3dbfab3b4c6bf0870ea323c5b9146d61ff2ac8a /source4/auth/gensec/wscript_build
parent502140a6ff1bae3a81f79c7753da8ca69b440d1c (diff)
downloadsamba-fe693e9148cdd9faf3525289a97373a5989e5416.tar.gz
samba-fe693e9148cdd9faf3525289a97373a5989e5416.tar.bz2
samba-fe693e9148cdd9faf3525289a97373a5989e5416.zip
s4-torture: Demonstrate handling of the PAC in a custom auth_context
This demonstrates how a different function pointer can be supplied to handle the PAC blob, without depending on the provisioned samdb etc. Andrew Bartlett
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index a4c5685f2e..9919cffeea 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_SUBSYSTEM('gensec_util',
source='socket.c gensec_tstream.c gensec_util.c',
- deps='tevent-util tevent samba-util LIBTSOCKET KERBEROS_UTIL',
+ deps='tevent-util tevent samba-util LIBTSOCKET',
autoproto='gensec_proto.h')
bld.SAMBA_MODULE('gensec_krb5',