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

/sssd/src/providers/ldap/
H A Dsdap_async_groups.c350 bool posix_group,
357 if (!posix_group) {
512 bool posix_group; local
582 posix_group = true;
589 posix_group = false;
600 if (posix_group) {
605 posix_group = true;
642 ret = sysdb_attrs_get_bool(attrs, SYSDB_POSIX, &posix_group);
644 posix_group = true;
653 "This is%s a posix group\n", (posix_group)
345 sdap_store_group_with_gid(struct sss_domain_info *domain, const char *name, gid_t gid, struct sysdb_attrs *group_attrs, uint64_t cache_timeout, bool posix_group, time_t now) argument
[all...]
H A Dsdap_async_nested_groups.c266 bool posix_group = true; local
278 posix_group = false;
287 can_find_gid = posix_group && !use_id_mapping;
298 if (ret == ENOENT || !posix_group) {

Completed in 19 milliseconds