View Full Version : Need some config files (/etc/pam.d/)
Linz
21st September 2004, 12:10 PM
Hi!
I have messed up my config files in /etc/pam.d/
Can someone list the standard files for FC3T2?
The ones I'm interested in are:
system-auth and login
Thanks...
BrEakbEaTs
24th September 2004, 12:33 AM
Well, wont this teach someone to back up there configs before the fingers get playing... ;)
/etc/pam.d/system-auth
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
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/$ISA/pam_unix.so
account sufficient /lib/security/$ISA/pam_succeed_if.so uid < 100
account required /lib/security/$ISA/pam_permit.so
password requisite /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/$ISA/pam_limits.so
session required /lib/security/$ISA/pam_unix.so
/etc/pam.d/login
#%PAM-1.0
auth required pam_securetty.so
auth required pam_stack.so service=system-auth
auth required pam_nologin.so
account required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
session required pam_selinux.so close
session required pam_stack.so service=system-auth
session optional pam_console.so
session required pam_selinux.so multiple open
Linz
27th September 2004, 07:53 AM
Well, wont this teach someone to back up there configs before the fingers get playing... ;)
Whaaa! Not backing up config files before mucking them up seems to be a habit I got...
Well, since it was a clean installed system I messed up, I ended up with reinstalling it again...
Thanks anyway for the output of the files...
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.