Home | History | Annotate | Download | only in pam_group

Lines Matching defs:group

70 	const char *group, *user;
74 struct group *grp, grres;
98 /* get regulating group */
99 if ((group = openpam_get_option(pamh, "group")) == NULL)
100 group = "wheel";
101 if (getgrnam_r(group, &grres, grbuf, sizeof(grbuf), &grp) != 0 ||
105 /* check if the group is empty */
121 "%s: You are not listed in the correct secondary group"
122 " (%s) to %s %s.", getprogname(), group, getprogname(),