latest pam and "$ISA" in system-auth?

Ajay Sharma ssharma at revsharecorp.com
Thu May 19 17:52:08 UTC 2005


Hi,

I just upgraded to pam-0.75-46.10.legacy.7x on a RH73 box and there's a
/etc/pam.d/system-auth.rpmnew file that I need to merge in.  Since I
never really messed with that file in the past, my initial assumption
would be to move system-auth.rpmnew to system-auth to finish the install.

But the diff looked a little wierd and I've included a diff below.  Is
it okay to `mv system-auth.rpmnew system-auth`?  The "$ISA" thing looks
a little off to me, but then again, I don't know too much about pam.
Thanks for any help.

--Ajay


diff -u system-auth system-auth.rpmnew
--- system-auth Thu Mar 10 09:06:23 2005
+++ system-auth.rpmnew  Fri Mar  4 21:26:39 2005
@@ -1,15 +1,15 @@
 #%PAM-1.0
 # This file is auto-generated.
 # User changes will be destroyed the next time authconfig is run.
-auth        required      /lib/security/pam_env.so
-auth        sufficient    /lib/security/pam_unix.so likeauth nullok
-auth        required      /lib/security/pam_deny.so
+auth        required      /lib/security/$ISA/pam_env.so
+auth        sufficient    /lib/security/$ISA/pam_unix.so likeauth nullok
+auth        required      /lib/security/$ISA/pam_deny.so

-account     required      /lib/security/pam_unix.so
+account     required      /lib/security/$ISA/pam_unix.so

-password    required      /lib/security/pam_cracklib.so retry=3 type=
-password    sufficient    /lib/security/pam_unix.so nullok use_authtok
md5 shadow
-password    required      /lib/security/pam_deny.so
+password    required      /lib/security/$ISA/pam_cracklib.so retry=3
+password    sufficient    /lib/security/$ISA/pam_unix.so nullok
use_authtok md5 shadow
+password    required      /lib/security/$ISA/pam_deny.so

-session     required      /lib/security/pam_limits.so
-session     required      /lib/security/pam_unix.so
+session     required      /lib/security/$ISA/pam_limits.so
+session     required      /lib/security/$ISA/pam_unix.so




More information about the fedora-legacy-list mailing list