BUG: https://bugzilla.samba.org/show_bug.cgi?id=14561
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
if (!mem_ctx) {
return ENOMEM;
}
-
+
trust_direction = ldb_msg_find_attr_as_int(p->msg, "trustDirection", 0);
if (trust_direction != 0) {
/* Domain trust - we cannot check the sig, but we trust it for a correct PAC
-
+
This is exactly where we should flag for SID
validation when we do inter-foreest trusts
*/
return nt_status;
}
- nt_status = samba_get_logon_info_pac_blob(mem_ctx,
+ nt_status = samba_get_logon_info_pac_blob(mem_ctx,
user_info_dc, pac_blob);
return nt_status;