diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-29 11:46:41 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-29 14:01:55 +1100 |
commit | fe693e9148cdd9faf3525289a97373a5989e5416 (patch) | |
tree | d3dbfab3b4c6bf0870ea323c5b9146d61ff2ac8a /source4/auth/gensec/wscript_build | |
parent | 502140a6ff1bae3a81f79c7753da8ca69b440d1c (diff) | |
download | samba-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_build | 2 |
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', |