mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
auth: remove sid-filtering comment in make_user_info_dc_netlogon_validation
sid filtering will be done at a different level... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
This commit is contained in:
parent
37bdab354c
commit
5f5d6e8b05
@ -747,12 +747,6 @@ NTSTATUS make_user_info_dc_netlogon_validation(TALLOC_CTX *mem_ctx,
|
|||||||
user_info_dc->num_sids++;
|
user_info_dc->num_sids++;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Copy 'other' sids. We need to do sid filtering here to
|
|
||||||
prevent possible elevation of privileges. See:
|
|
||||||
|
|
||||||
http://www.microsoft.com/windows2000/techinfo/administration/security/sidfilter.asp
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The IDL layer would be a better place to check this, but to
|
* The IDL layer would be a better place to check this, but to
|
||||||
* guard the integer addition below, we double-check
|
* guard the integer addition below, we double-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user