- 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
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
#
|
|
# /etc/pam.d/common-password - password-related modules common to all services
|
|
#
|
|
# This file is included from other service-specific PAM config files,
|
|
# and should contain a list of modules that define the services to be
|
|
# used to change user passwords.
|
|
#
|
|
# The "nullok" option allows users to change an empty password, else
|
|
# empty passwords are treated as locked accounts.
|
|
#
|
|
password required pam_unix.so nullok
|