usr               178 cib/remote.c   check_group_membership(const char *usr, const char *grp)
usr               184 cib/remote.c       CRM_CHECK(usr != NULL, return FALSE);
usr               187 cib/remote.c       pwd = getpwnam(usr);
usr               189 cib/remote.c           crm_err("No user named '%s' exists!", usr);
usr               210 cib/remote.c           } else if (crm_str_eq(usr, member, TRUE)) {