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

/sssd/src/util/
H A Dsss_selinux.c29 static bool match_entity(struct ldb_message_element *values, function
119 matched_name = match_entity(users_el, dn);
120 matched_group = match_entity(users_el, memberof);
167 matched_name = match_entity(hosts_el, dn);
168 matched_group = match_entity(hosts_el, memberof);

Completed in 207 milliseconds