- 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
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
|