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

/sssd/src/util/
H A Dsss_selinux.c55 struct ldb_message_element *users_el = NULL; local
76 users_el = &usermap->a[i];
115 if (users_el == NULL) {
119 matched_name = match_entity(users_el, dn);
120 matched_group = match_entity(users_el, memberof);

Completed in 8 milliseconds