-
-
Save renodesper/545335fbaf735f9a246185ba8578c0c3 to your computer and use it in GitHub Desktop.
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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth include system-login | |
account include system-login | |
password include system-login | |
session include system-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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth required pam_securetty.so | |
auth requisite pam_nologin.so | |
auth include system-local-login | |
account include system-local-login | |
session include system-local-login | |
session optional pam_gnome_keyring.so auto_start |
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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth include system-login | |
-auth optional pam_gnome_keyring.so | |
-auth optional pam_kwallet5.so | |
account include system-login | |
password include system-login | |
-password optional pam_gnome_keyring.so use_authtok | |
session optional pam_keyinit.so force revoke | |
session include system-login | |
-session optional pam_gnome_keyring.so auto_start | |
-session optional pam_kwallet5.so auto_start |
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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth sufficient pam_rootok.so | |
# Uncomment the following line to implicitly trust users in the "wheel" group. | |
#auth sufficient pam_wheel.so trust use_uid | |
# Uncomment the following line to require a user to be in the "wheel" group. | |
#auth required pam_wheel.so use_uid | |
auth required pam_unix.so | |
account required pam_unix.so | |
session required pam_unix.so |
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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth include system-auth | |
account include system-auth | |
session include system-auth |
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 sufficient pam_unix.so try_first_pass likeauth nullok | |
auth sufficient pam_fprintd.so | |
auth include system-login | |
account include system-login | |
password include system-login | |
session include system-login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment