Ok I am looking at the /etc/pam.d/su file right now. Let me post it here so I dont mess up su any worse
*
Code:
#%PAM-1.0
auth * * * sufficient * /lib/security/pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth * * * sufficient * /lib/security/pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
#auth * * * required * * /lib/security/pam_wheel.so use_uid
auth * * * required * * /lib/security/pam_stack.so service=system-auth
account * *required * * /lib/security/pam_stack.so service=system-auth
password * required * * /lib/security/pam_stack.so service=system-auth
session * *required * * /lib/security/pam_stack.so service=system-auth
session * *optional * * /lib/security/pam_xauth.so
Just want to make sure I do the right thing with it, also, since I will be at work all day I will have to do everything command line via ssh. *Im pretty good command line, but I dont know much about changing groups and owners and such command line, or how to check the currect groups/owners for that matter. *Thanks again guys!
Bookmarks