* NEWS, src/groupmems.c: Use the "groupmems" PAM service name

instead of "groupmod".
This commit is contained in:
nekral-guest
2008-08-30 18:28:45 +00:00
parent 8851893412
commit 77f81fa0b6
3 changed files with 7 additions and 1 deletions

View File

@@ -183,7 +183,7 @@ static void check_perms (void)
if (NULL == pampw) {
retval = PAM_USER_UNKNOWN;
} else {
retval = pam_start ("groupmod", pampw->pw_name,
retval = pam_start ("groupmems", pampw->pw_name,
&conv, &pamh);
}