* Remove PAM session start part from init as sulogin do not use

and will not use a PAM conv() function.  The current sulogin
   is able to handle DES as well as MD5, SHA, and Blowfish encrypted
   passwords due using getpwnam(3).
 * Enable the sulogin fallback password check to handle  MD5, SHA, and
   Blowfish encrypted passwords in case of getpwnam(3) fails.
This commit is contained in:
Werner Fink
2010-04-01 08:34:05 +00:00
parent c49baa492c
commit 8d4557c16b
2 changed files with 8 additions and 77 deletions

View File

@@ -77,6 +77,12 @@ sysvinit (2.88dsf) UNRELEASED; urgency=low
* Provide a simply /etc/pam.d/init as without it will not work (sigh!)
* Extend sulogin to support additional encryption algorithms
* Re-enable maintenance message of sulogin
* Remove PAM session start part from init as sulogin do not use
and will not use a PAM conv() function. The current sulogin
is able to handle DES as well as MD5, SHA, and Blowfish encrypted
passwords due using getpwnam(3).
* Enable the sulogin fallback password check to handle MD5, SHA, and
Blowfish encrypted passwords in case of getpwnam(3) fails.
-- Petter Reinholdtsen <pere@hungry.com> Sun, 12 Jul 2009 19:58:10 +0200