From 5c884ad4c135085f8d6cdd31e4eb14c673e8d336 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 22 Nov 1996 15:49:30 +0000 Subject: [PATCH] Add pointer to Derrick J Brashear's PAM module. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1065 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/pam/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/auth/pam/README b/lib/auth/pam/README index 292c0a0ba..9e7c44cba 100644 --- a/lib/auth/pam/README +++ b/lib/auth/pam/README @@ -15,3 +15,8 @@ following: There is currently no support for changing kerberos passwords. Use kpasswd instead. + + +See also Derrick J Brashear's Kerberos PAM +module at ftp://ftp.dementia.org/pub/pam. It has a lot more features, +and is more in line with other PAM modules.