]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/lsarpc: let trust_forest_info_from_lsa2() handle BINARY and SCANNER records
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Feb 2025 22:19:51 +0000 (23:19 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 22 Feb 2025 16:00:36 +0000 (16:00 +0000)
commit34b47c9c22c3b183ea8a8d2c042eed8cf4a44f77
treed88de4a14526aec0b2599115be791e28fe0f4762
parent60943b52f237aedeca5b2945d49872fc4e4dc8ec
libcli/lsarpc: let trust_forest_info_from_lsa2() handle BINARY and SCANNER records

The tricky part is that we also need to upgrade
LSA_FOREST_TRUST_BINARY_DATA records into FOREST_TRUST_SCANNER_INFO records.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
libcli/lsarpc/util_lsarpc.c