/snap/core22/2411/etc/pam.d
NameSizeModeActions
chfn3840644editdlrm
chpasswd920644editdlrm
chsh5810644editdlrm
common-account12080644editdlrm
common-auth17180644editdlrm
common-password17220644editdlrm
common-session14270644editdlrm
common-session-noninteractive14350644editdlrm
login41260644editdlrm
newusers920644editdlrm
other5200644editdlrm
passwd920644editdlrm
polkit-12700644editdlrm
runuser1430644editdlrm
runuser-l1380644editdlrm
sshd21330644editdlrm
su22590644editdlrm
su-l1370644editdlrm
sudo3300644editdlrm
sudo-i3150644editdlrm
Edit: /snap/core22/2411/etc/pam.d/common-account (1208B)
# # /etc/pam.d/common-account - authorization settings common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of the authorization 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 in /etc/shadow. # # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See # pam-auth-update(8) for details. # # here are the per-package modules (the "Primary" block) account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so # here's the fallback if no module succeeds account requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around account required pam_permit.so # and here are more per-package modules (the "Additional" block) # end of pam-auth-update config