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

/sssd/src/util/
H A Dsss_selinux.c57 struct ldb_message_element *hosts_el = NULL; local
78 hosts_el = &usermap->a[i];
163 if (hosts_el == NULL) {
167 matched_name = match_entity(hosts_el, dn);
168 matched_group = match_entity(hosts_el, memberof);

Completed in 224 milliseconds