0f70ad3ce6
- Remove /usr/etc/pam.d, everything should be migrated - Remove pam_limits from default common-sessions* files. pam_limits is now part of pam-extra and not in our default generated config. - pam_issue-systemd.patch: only count class user sessions OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=299
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
|