* NEWS, configure.in: Prepare the 4.1.0 release.

* NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of
  chpasswd's one.
* NEWS: The login.defs variables are documented.
This commit is contained in:
nekral-guest
2007-12-09 22:54:53 +00:00
parent 82ab505d1a
commit 34ed03d978
4 changed files with 20 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ int main (int argc, char **argv)
}
if (retval == PAM_SUCCESS) {
retval = pam_start ("chpasswd", pampw->pw_name,
retval = pam_start ("chgpasswd", pampw->pw_name,
&conv, &pamh);
}
}