File tree Expand file tree Collapse file tree 14 files changed +61
-7
lines changed Expand file tree Collapse file tree 14 files changed +61
-7
lines changed Original file line number Diff line number Diff line change
1
+ # PAM configuration file for the astal-auth library.
2
+ # By default, it only includes the 'login'
3
+ # configuration file (see /etc/pam.d/login)
4
+
5
+ auth include login
Original file line number Diff line number Diff line change 1
- #%PAM-1.0 | /etc/pam.d/chsh
2
- auth sufficient pam_fprintd.so
1
+ #%PAM-1.0
3
2
auth sufficient pam_rootok.so
4
3
auth required pam_unix.so
5
4
account required pam_unix.so
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0 | /etc/pam.d/chsh
2
+ auth sufficient pam_fprintd.so
3
+ auth sufficient pam_rootok.so
4
+ auth required pam_unix.so
5
+ account required pam_unix.so
6
+ session required pam_unix.so
7
+ password required pam_permit.so
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+
3
+ auth sufficient pam_exec.so expose_authtok /usr/bin/pam-exec-oauth2 --config /etc/pam-exec-oauth2.yml
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+ auth include system-remote-login
3
+ account include system-remote-login
4
+ password include system-remote-login
5
+ session include system-remote-login
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+ auth sufficient pam_fprintd.so
3
+ auth requisite pam_nologin.so
4
+ auth include system-local-login
5
+ account include system-local-login
6
+ session include system-local-login
7
+ password include system-local-login
Original file line number Diff line number Diff line change 1
1
#%PAM-1.0
2
- auth sufficient pam_fprintd.so
2
+
3
3
auth required pam_securetty.so
4
4
auth requisite pam_nologin.so
5
5
auth include system-remote-login
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+ auth sufficient pam_fprintd.so
3
+ auth required pam_securetty.so
4
+ auth requisite pam_nologin.so
5
+ auth include system-remote-login
6
+ account include system-remote-login
7
+ session include system-remote-login
8
+ password include system-remote-login
Original file line number Diff line number Diff line change 1
1
#%PAM-1.0
2
- auth sufficient pam_fprintd.so
3
2
auth sufficient pam_rootok.so
4
3
# Uncomment the following line to implicitly trust users in the "wheel" group.
5
4
#auth sufficient pam_wheel.so trust use_uid
Original file line number Diff line number Diff line change 1
1
#%PAM-1.0
2
- auth sufficient pam_fprintd.so
3
2
auth sufficient pam_rootok.so
4
3
# Uncomment the following line to implicitly trust users in the "wheel" group.
5
4
#auth sufficient pam_wheel.so trust use_uid
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+ auth sufficient pam_fprintd.so
3
+ auth sufficient pam_rootok.so
4
+ # Uncomment the following line to implicitly trust users in the "wheel" group.
5
+ #auth sufficient pam_wheel.so trust use_uid
6
+ # Uncomment the following line to require a user to be in the "wheel" group.
7
+ #auth required pam_wheel.so use_uid
8
+ auth required pam_unix.so
9
+ account required pam_unix.so
10
+ session required pam_unix.so
11
+ password include system-auth
Original file line number Diff line number Diff line change
1
+ #%PAM-1.0
2
+ auth sufficient pam_fprintd.so
3
+ auth sufficient pam_rootok.so
4
+ # Uncomment the following line to implicitly trust users in the "wheel" group.
5
+ #auth sufficient pam_wheel.so trust use_uid
6
+ # Uncomment the following line to require a user to be in the "wheel" group.
7
+ #auth required pam_wheel.so use_uid
8
+ auth required pam_unix.so
9
+ account required pam_unix.so
10
+ session required pam_unix.so
11
+ password include system-auth
Original file line number Diff line number Diff line change 1
1
#%PAM-1.0
2
- auth sufficient pam_fprintd.so
2
+
3
3
auth required pam_faillock.so preauth
4
4
# Optionally use requisite above if you do not want to prompt for the password
5
5
# on locked accounts.
Original file line number Diff line number Diff line change 1
1
#%PAM-1.0
2
-
2
+ auth sufficient pam_fprintd.so
3
3
auth required pam_shells.so
4
4
auth requisite pam_nologin.so
5
5
auth include system-auth
You can’t perform that action at this time.
0 commit comments