Created
May 10, 2025 14:57
-
-
Save dardo82/251d2cb392fcf79b47049b99acf761f8 to your computer and use it in GitHub Desktop.
PAMD login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%PAM-1.0 | |
auth requisite pam_nologin.so | |
auth include system-local-login | |
account include system-local-login | |
password include system-local-login | |
session include system-local-login | |
session optional pam_lastlog2.so silent_if=gdm,gdm-password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment