diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-10 00:10:15 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-10 00:10:15 +0000 |
commit | 23254ef9177458af7681385d5bda2fe5c08c3a70 (patch) | |
tree | b476672bd4128257978f9f803f2bfb52b6052caa /perl-install/NEWS | |
parent | 8403d92b82f9f775695a3f105a2b5b38b8d1bb20 (diff) | |
download | drakx-23254ef9177458af7681385d5bda2fe5c08c3a70.tar drakx-23254ef9177458af7681385d5bda2fe5c08c3a70.tar.gz drakx-23254ef9177458af7681385d5bda2fe5c08c3a70.tar.bz2 drakx-23254ef9177458af7681385d5bda2fe5c08c3a70.tar.xz drakx-23254ef9177458af7681385d5bda2fe5c08c3a70.zip |
authentication: fix reading md5/shadow options in /etc/pam.d/system-auth (the hash was wrecked when shadow was present but not md5)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 28d70c406..52d529488 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - authentication: o add back fix to force the password to be utf8 (#23273) + o fix reading md5/shadow options in /etc/pam.d/system-auth Version 10.45 - 09 July 2008 |