From 347b8248ee375942ad2815af54934aa2611af024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Tue, 30 Nov 1999 18:23:30 +0000 Subject: [PATCH] Also invoke session management hooks. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7453 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/pam/pam.conf.add | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/auth/pam/pam.conf.add b/lib/auth/pam/pam.conf.add index 7a343754e..42497d2b4 100644 --- a/lib/auth/pam/pam.conf.add +++ b/lib/auth/pam/pam.conf.add @@ -1,7 +1,7 @@ To enable PAM in dtlogin and /bin/login under SunOS 5.6 apply this patch: ---- /etc/pam.conf.DIST Tue Dec 9 17:53:37 1997 -+++ /etc/pam.conf Mon Oct 25 12:20:14 1999 +--- /etc/pam.conf.DIST Mon Jul 20 15:37:46 1998 ++++ /etc/pam.conf Tue Nov 30 18:47:22 1999 @@ -4,12 +4,14 @@ # # Authentication management @@ -17,6 +17,15 @@ To enable PAM in dtlogin and /bin/login under SunOS 5.6 apply this patch: dtlogin auth required /usr/lib/security/pam_unix.so.1 # rsh auth required /usr/lib/security/pam_rhosts_auth.so.1 +@@ -24,6 +26,8 @@ + # + # Session management + # ++dtlogin session required /usr/athena/lib/pam_krb4.so ++login session required /usr/athena/lib/pam_krb4.so + other session required /usr/lib/security/pam_unix.so.1 + # + # Password management --------------------------------------------------------------------------- To enable PAM in /bin/login and xdm under Red Hat 6.1 apply these patches: