From 4e9db0b1004aedf9eef69b9361ed6d9e69897a1e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 21 Oct 2008 18:05:48 -0700 Subject: Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. Jeremy. --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 9b3950229e..9b555e6db2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1466,6 +1466,7 @@ void del_sid_from_array(const DOM_SID *sid, DOM_SID **sids, size_t *num); bool add_rid_to_array_unique(TALLOC_CTX *mem_ctx, uint32 rid, uint32 **pp_rids, size_t *p_num); bool is_null_sid(const DOM_SID *sid); +bool is_sid_in_token(const NT_USER_TOKEN *token, const DOM_SID *sid); NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx, const struct netr_SamInfo3 *info3, DOM_SID **user_sids, -- cgit