Avoid terminating the PAM library in the forked child. This is done later

in the parent after closing the PAM session.
This fixes http://bugs.debian.org/412061.
Debian patch 405_su_no_pam_end_before_exec.
This commit is contained in:
nekral-guest
2007-11-17 17:19:44 +00:00
parent 7503c8a029
commit 0fd1ed4517
3 changed files with 15 additions and 1 deletions

2
NEWS
View File

@@ -39,6 +39,8 @@ shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED
addition* to editing the password field. Debian patch 494_passwd_lock.
- pwck: Remove the SHADOWPWD preprocessor check. Some check for /etc/shadow
were always missing.
- su: Avoid terminating the PAM library in the forked child. This is done
later in the parent after closing the PAM session.
shadow-4.0.18.1 -> shadow-4.0.18.2 28-10-2007