Lines Matching defs:posix_group
350 bool posix_group,
357 if (!posix_group) {
512 bool posix_group;
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)?"":" not");
654 ret = sysdb_attrs_add_bool(group_attrs, SYSDB_POSIX, posix_group);
676 if (posix_group) {
752 posix_group, now);