]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
* NEWS, src/groupmems.c: Use the "groupmems" PAM service name
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Aug 2008 18:28:45 +0000 (18:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Aug 2008 18:28:45 +0000 (18:28 +0000)
instead of "groupmod".

ChangeLog
NEWS
src/groupmems.c

index 59367c10b58cfc2c671c1c2d5166a26e1c8c60e1..6151e4fd4b3f193b6eafc7d1b80f8a7c5e18f0c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-26  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, src/groupmems.c: Use the "groupmems" PAM service name
+       instead of "groupmod".
+
 2008-08-26  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/chfn.c: Merge some translated messages.
diff --git a/NEWS b/NEWS
index 16af8c04af46c28729900e81055d0d629cd4289a..c60f0d256a35f2f55e7799c2e3364b146af4b088 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ shadow-4.1.2.1 -> shadow-4.1.3                                                UNRELEASED
   * /etc/group is open readonly when one just wants to list the users of a
     group.
   * Added syslog support.
+  * Use the groupmems PAM service name instead of groupmod.
 - newusers
   * Implement the -r, --system option.
 - passwd
index c7b1d782357505b13bfecf8bc337d3635cf2429b..c1f083de78da82fcbc4f65be01074f02544c1075 100644 (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);
        }