Skip to content

Commit 9cea973

Browse files
committed
update
1 parent e950aec commit 9cea973

File tree

14 files changed

+61
-7
lines changed

14 files changed

+61
-7
lines changed

pam.d/astal-auth

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

pam.d/chsh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#%PAM-1.0 | /etc/pam.d/chsh
2-
auth sufficient pam_fprintd.so
1+
#%PAM-1.0
32
auth sufficient pam_rootok.so
43
auth required pam_unix.so
54
account required pam_unix.so

pam.d/chsh.pacsave

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

pam.d/exec-oauth2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#%PAM-1.0
2+
3+
auth sufficient pam_exec.so expose_authtok /usr/bin/pam-exec-oauth2 --config /etc/pam-exec-oauth2.yml

pam.d/hpnsshd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

pam.d/login.pacsave

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

pam.d/remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#%PAM-1.0
2-
auth sufficient pam_fprintd.so
2+
33
auth required pam_securetty.so
44
auth requisite pam_nologin.so
55
auth include system-remote-login

pam.d/remote.pacsave

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

pam.d/su

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#%PAM-1.0
2-
auth sufficient pam_fprintd.so
32
auth sufficient pam_rootok.so
43
# Uncomment the following line to implicitly trust users in the "wheel" group.
54
#auth sufficient pam_wheel.so trust use_uid

pam.d/su-l

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#%PAM-1.0
2-
auth sufficient pam_fprintd.so
32
auth sufficient pam_rootok.so
43
# Uncomment the following line to implicitly trust users in the "wheel" group.
54
#auth sufficient pam_wheel.so trust use_uid

pam.d/su-l.pacsave

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

pam.d/su.pacsave

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

pam.d/system-auth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#%PAM-1.0
2-
auth sufficient pam_fprintd.so
2+
33
auth required pam_faillock.so preauth
44
# Optionally use requisite above if you do not want to prompt for the password
55
# on locked accounts.

pam.d/system-login

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#%PAM-1.0
2-
2+
auth sufficient pam_fprintd.so
33
auth required pam_shells.so
44
auth requisite pam_nologin.so
55
auth include system-auth

0 commit comments

Comments
 (0)