Searched refs:posix (Results 1 - 6 of 6) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_id_cleanup.c380 const char *posix; local
431 posix = ldb_msg_find_attr_as_string(msgs[i], SYSDB_POSIX, NULL);
432 if (!posix || strcmp(posix, "TRUE") == 0) {
H A Dsdap_async_initgroups.c50 bool posix; local
122 posix = true;
154 posix = false;
171 "Marking group %s as non-posix and setting GID=0!\n",
174 posix = false;
218 posix = false;
226 uuid, posix, now);
/sssd/src/providers/simple/
H A Dsimple_access_check.c38 if (!val || /* Groups are posix by default */
583 bool posix; local
585 posix = is_posix(group);
595 if (posix == true) {
600 /* Non-posix group with a name. Still can be used for access
615 if (posix) {
640 /* It is a non-posix group with a GID. Needs resolving */
/sssd/src/db/
H A Dsysdb_ops.c2050 bool posix; local
2134 ret = sysdb_attrs_get_bool(attrs, SYSDB_POSIX, &posix);
2136 posix = true;
2139 DEBUG(SSSDBG_TRACE_LIBS, "Failed to add posix attribute.\n");
2143 DEBUG(SSSDBG_TRACE_LIBS, "Failed to get posix attribute.\n");
2147 if (posix && gid == 0) {
2203 bool posix,
2243 ret = sysdb_attrs_add_bool(attrs, SYSDB_POSIX, posix);
2197 sysdb_add_incomplete_group(struct sss_domain_info *domain, const char *name, gid_t gid, const char *original_dn, const char *sid_str, const char *uuid, bool posix, time_t now) argument
H A Dsysdb.h934 bool posix,
/sssd/src/responder/nss/
H A Dnsssrv_cmd.c3927 /* probably non-posix group, skip */
3998 const char *posix; local
4040 posix = ldb_msg_find_attr_as_string(res->msgs[i + 1],
4043 if (posix && strcmp(posix, "FALSE") == 0) {

Completed in 1424 milliseconds