1 2 3 4 5 6 7 8 9 10 11 12 13
#%PAM-1.0 # Always let the greeter start without authentication auth required pam_permit.so # No action required for account management account required pam_permit.so # Can't change password password required pam_deny.so # Setup session session required pam_permit.so