Skip to content

Instantly share code, notes, and snippets.

@charmander
Created July 10, 2014 03:00
Show Gist options
  • Save charmander/175d0ada797ae725ed99 to your computer and use it in GitHub Desktop.
Save charmander/175d0ada797ae725ed99 to your computer and use it in GitHub Desktop.
Fix for /etc/pam.d/system-auth
--- system-auth.old 2014-07-09 19:59:49.781484477 -0700
+++ system-auth 2014-07-09 19:56:17.791490038 -0700
@@ -1,6 +1,6 @@
#%PAM-1.0
-auth required pam_unix.so try_first_pass nullok
+auth required pam_unix.so try_first_pass nullok nodelay
auth optional pam_permit.so
auth required pam_env.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment