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

/sssd-io/src/providers/simple/
H A Dsimple_access_check.c33 is_posix(const struct ldb_message *group) function
330 if (is_posix(group) == false) {
596 posix = is_posix(group);
/sssd-io/src/responder/common/
H A Dresponder_utils.c259 bool is_posix; local
265 is_posix = ldb_msg_find_attr_as_bool(group_msg, SYSDB_POSIX, false);
268 if (is_posix == false && gid != 0) {
/sssd-io/src/providers/ldap/
H A Dsdap_async_users.c205 bool is_posix = true; local
363 is_posix = false;
374 if (is_posix == true && OUT_OF_ID_RANGE(uid, dom->id_min, dom->id_max)) {
461 is_posix = false;
472 if (is_posix == true && IS_SUBDOMAIN(dom) == false
/sssd-io/src/providers/krb5/
H A Dkrb5_child.c118 static errno_t k5c_become_user(uid_t uid, gid_t gid, bool is_posix) argument
120 if (is_posix == false) {

Completed in 1041 milliseconds