new blfs: sys-libs/pam-1.7.1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# /etc/pam.d/other
|
||||
|
||||
auth required pam_warn.so
|
||||
auth required pam_deny.so
|
||||
account required pam_warn.so
|
||||
account required pam_deny.so
|
||||
password required pam_warn.so
|
||||
password required pam_deny.so
|
||||
session required pam_warn.so
|
||||
session required pam_deny.so
|
||||
@@ -0,0 +1,3 @@
|
||||
# /etc/pam.d/system-account
|
||||
|
||||
account required pam_unix.so
|
||||
@@ -0,0 +1,3 @@
|
||||
# /etc/pam.d/system-auth
|
||||
|
||||
auth required pam_unix.so
|
||||
@@ -0,0 +1,6 @@
|
||||
# /etc/pam.d/system-password
|
||||
|
||||
# use yescrypt hash for encryption, use shadow, and try to use any
|
||||
# previously defined authentication token (chosen password) set by any
|
||||
# prior module.
|
||||
password required pam_unix.so yescrypt shadow try_first_pass
|
||||
@@ -0,0 +1,3 @@
|
||||
# /etc/pam.d/system-session
|
||||
|
||||
session required pam_unix.so
|
||||
Reference in New Issue
Block a user