summaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-09-02 16:41:57 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:26:00 -0800
commit7842d81d1b01943eae2c64170d861c98d75e0b03 (patch)
tree6e1df7e2dd6b316ba0da1406347e68731e14e424 /debian/NEWS
parenta4459f65421c0683e260fdc379d4a7cf48ccf85e (diff)
Drop the pam_rhosts_auth.so symlink as well, and document in NEWS.Debian
that this is now obsolete.
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS31
1 files changed, 15 insertions, 16 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 327df1ac..cd9b078c 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+pam (1.1.0-3) unstable; urgency=low
+
+ * pam_rhosts_auth module obsolete, symlink removed
+
+ The pam_rhosts_auth module was dropped upstream prior to the lenny
+ release and a compatibility symlink provided in the libpam-modules
+ package, pointing at the new (and not 100% compatible) pam_rhosts
+ module. This symlink has now been dropped. If you still have
+ references to pam_rhosts_auth in your /etc/pam.d/* config files, you
+ will need to fix these, since they no longer work.
+
+ For information on using pam_rhosts, see the pam_rhosts(8) manpage.
+
+ -- Steve Langasek <vorlon@debian.org> Wed, 02 Sep 2009 16:17:16 -0700
+
pam (1.1.0-1) unstable; urgency=low
* pam_cracklib no longer checks for reuse of old passwords
@@ -30,22 +45,6 @@ pam (1.1.0-1) unstable; urgency=low
-- Steve Langasek <vorlon@debian.org> Tue, 25 Aug 2009 00:13:57 -0700
-pam (0.99.10.0-1) unstable; urgency=low
-
- * pam_rhosts_auth module obsolete
-
- The pam_rhosts_auth module has been dropped upstream in favor of the
- more featureful and better-maintained pam_rhosts module. To ease the
- transition to pam_rhosts, a compatibility symlink has been provided to
- map pam_rhosts_auth to pam_rhosts on your system; however, pam_rhosts
- doesn't support all of the same module options and the compatibility
- symlink will be dropped in a future release. You should update any
- configs to use pam_rhosts instead of pam_rhosts_auth as soon as possible.
-
- For information on using pam_rhosts, see the pam_rhosts(8) manpage.
-
- -- Steve Langasek <vorlon@debian.org> Sat, 26 Jul 2008 22:01:22 -0700
-
pam (0.99.7.1-5) unstable; urgency=low
* Default Unix minimum password length has changed