View Full Version : Need some config files (/etc/pam.d/)
Linz
2004-09-21, 05:10 AM CDT
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
2004-09-23, 05:33 PM CDT
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
2004-09-27, 12:53 AM CDT
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.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.