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

/sssd/src/providers/ad/
H A Dad_gpo.c1487 * the values into allow_sids and deny_sids, and executes the access control
1488 * algorithm which compares the allow_sids and deny_sids against the user_sid
1501 char **allow_sids; local
1513 &allow_sids, &allow_size);
1532 /* perform access check with the final resultant allow_sids and deny_sids */
1534 user_domain, allow_sids, allow_size, deny_sids,

Completed in 617 milliseconds