mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8a4c0abb3e
These make use of gss_[un]wrap_iov[_length]() where required and support header signing. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
5 lines
190 B
Python
Executable File
5 lines
190 B
Python
Executable File
#!/usr/bin/env python
|
|
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
|
|
source='gssapi_pac.c kerberos_pac.c gssapi_helper.c',
|
|
deps='gssapi_krb5 ndr-krb5pac krb5samba')
|