Created
October 5, 2018 14:10
-
-
Save traylenator/c8d95dc376612ba3ba3bb98f9f834543 to your computer and use it in GitHub Desktop.
This file contains 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 required pam_permit.so | |
auth optional pam_echo.so "Have passed pam_permit" | |
account [default=bad success=ok user_unknown=ignore] pam_sss.so | |
account required pam_permit.so | |
account optional pam_echo.so "Have passed pam_sss" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment