Lines 1-6
Link Here
|
1 |
#if HAVE_ENV |
|
|
2 |
auth required pam_env.so DEBUG |
3 |
#endif |
4 |
#if HAVE_PAM_SSH |
1 |
#if HAVE_PAM_SSH |
5 |
auth sufficient pam_ssh.so |
2 |
auth sufficient pam_ssh.so |
6 |
#endif |
3 |
#endif |
Lines 10-15
auth KRB5_CONTROL pam_krb5.so KRB5_PARAMS
Link Here
|
10 |
auth required pam_unix.so try_first_pass LIKEAUTH nullok DEBUG |
7 |
auth required pam_unix.so try_first_pass LIKEAUTH nullok DEBUG |
11 |
/* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */ |
8 |
/* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */ |
12 |
auth optional pam_permit.so |
9 |
auth optional pam_permit.so |
|
|
10 |
#if HAVE_ENV |
11 |
auth required pam_env.so DEBUG |
12 |
#endif |
13 |
|
13 |
|
14 |
#if HAVE_KRB5 |
14 |
#if HAVE_KRB5 |
15 |
account KRB5_CONTROL pam_krb5.so KRB5_PARAMS |
15 |
account KRB5_CONTROL pam_krb5.so KRB5_PARAMS |
Lines 34-41
password optional pam_permit.so
Link Here
|
34 |
#if HAVE_PAM_SSH |
34 |
#if HAVE_PAM_SSH |
35 |
session optional pam_ssh.so |
35 |
session optional pam_ssh.so |
36 |
#endif |
36 |
#endif |
37 |
#include "system-session.inc" |
|
|
38 |
|
37 |
|
39 |
#if HAVE_SYSTEMD |
38 |
#include "system-session.inc" |
40 |
-session optional pam_systemd.so |
|
|
41 |
#endif |