mirror of
https://github.com/samba-team/samba.git
synced 2025-09-03 05:49:28 +03:00
They will replace the dsdb_trust_forest_info_{from,to}_lsa() functions. They are just copied over. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
6 lines
167 B
Python
6 lines
167 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('UTIL_LSARPC',
|
|
source='util_lsarpc.c',
|
|
deps='samba-security NDR_LSA NDR_DRSBLOBS');
|