diff options
Diffstat (limited to 'other/ssharp/contrib/redhat/sshd.pam-7.x')
| -rw-r--r-- | other/ssharp/contrib/redhat/sshd.pam-7.x | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/other/ssharp/contrib/redhat/sshd.pam-7.x b/other/ssharp/contrib/redhat/sshd.pam-7.x new file mode 100644 index 0000000..d2ab073 --- /dev/null +++ b/other/ssharp/contrib/redhat/sshd.pam-7.x | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #%PAM-1.0 | ||
| 2 | auth required /lib/security/pam_stack.so service=system-auth | ||
| 3 | auth required /lib/security/pam_nologin.so | ||
| 4 | account required /lib/security/pam_stack.so service=system-auth | ||
| 5 | password required /lib/security/pam_stack.so service=system-auth | ||
| 6 | session required /lib/security/pam_stack.so service=system-auth | ||
| 7 | session required /lib/security/pam_limits.so | ||
| 8 | session optional /lib/security/pam_console.so | ||
