Searched defs:allow_sids (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ad/
H A Dad_gpo.c1504 * the values into allow_sids and deny_sids, and executes the access control
1505 * algorithm which compares the allow_sids and deny_sids against the user_sid
1518 char **allow_sids; local
1530 &allow_sids, &allow_size);
1549 /* perform access check with the final resultant allow_sids and deny_sids */
1551 user_domain, allow_sids, allow_size, deny_sids,

Completed in 32 milliseconds