a01288951c
- separate resolving of IP addresses from hostnames. Don't resolve TTYs or display variables as hostname. - Add "nodns" option to disallow resolving of tokens as hostname. - [pam_access-rework-resolving-of-tokens-as-hostname.patch, bsc#1233078, CVE-2024-10963] OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=305
10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
#
|
|
# /etc/pam.d/common-account - account settings common to all services
|
|
#
|
|
# This file is included from other service-specific PAM config files,
|
|
# and should contain a list of the account modules that define
|
|
# the central access policy for use on the system. The default is to
|
|
# only deny service to users whose accounts are expired.
|
|
#
|
|
account required pam_unix.so try_first_pass
|