Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: pam | Distribution: Fedora Project |
Version: 1.5.2 | Vendor: Fedora Project |
Release: 7.fc35 | Build date: Fri Jan 14 10:27:20 2022 |
Group: Unspecified | Build host: buildvm-a32-19.iad2.fedoraproject.org |
Size: 1521035 | Source RPM: pam-1.5.2-7.fc35.src.rpm |
Packager: Fedora Project | |
Url: http://www.linux-pam.org/ | |
Summary: An extensible library which provides authentication for applications |
PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.
BSD and GPLv2+
* Mon Jan 10 2022 Ondrej Mosnacek <omosnace@redhat.com> - 1.5.2-7 - Remove conflicting ownership of motd.d directories * Wed Oct 06 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-6 - Remove old cruft from spec file - Rename docs sub-package to doc - Replace $RPM_BUILD_ROOT with %{buildroot} - Move documentation to %{_pkgdocdir} - Constantly use spaces for indentation * Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-5 - Rebase to pam-redhat-1.1.5 - Drop explicit dependency on openssl, as auto-deps will pull it in - Conditionalize BR: openssl >= 3.0.0 to supported distributions * Thu Sep 23 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.2-4 - Remove the /etc/motd.d directory to exclude its ownership from pam (#1968131) - pam_timestamp: enable openssl hmac authentication on supported distributions (Fedora >= 36 and RHEL >= 9) (#1947294) - Clean spec file: organize dependencies and move URL location * Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-3 - Update patch for parallel build * Wed Sep 22 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-2 - Add a patch to fix parallel builds with autgenerated sources * Sat Sep 04 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-1 - Rebase to release 1.5.2 Resolves: #2001208 - Add so_ver macro to avoid accidental soname bumps - Add a patch to fix a missing header include in pam_console * Thu Jul 22 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-9 - Add macros file to allow other packages to stop hardcoding directory names * Fri Jul 09 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-8 - Fix issues detected by covscan tool * Thu Jun 10 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.1-7 - Change the default password hash method to yescrypt * Thu Jun 10 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.1-6 - Add a patch to not use crypt_checksalt for password expiration Resolves: #1965345, #1967150 * Fri Apr 16 2021 Benjamin Berg <bberg@redhat.com> - 1.5.1-5 - Add script to avoid fingerprint-auth issues for long term Fedora users Resolves: #1942443 * Mon Apr 12 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-4 - Change fingerprint-auth.pamd to return PAM_AUTHINFO_UNAVAIL from pam_fprintd.so - Clean auto-generated message from pam stack files * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 30 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-2 - Add BuildRequires: make (#1902520) * Thu Nov 26 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-1 - Rebase to release 1.5.1 - fix CVE-2020-27780: authentication bypass when the user doesn't exist and root password is blank (#1901173) * Wed Nov 11 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.0-1 - Rebase to release 1.5.0 - Rebase to pam-redhat-1.1.4 - Remove pam_cracklib, pam_tally and pam_tally2 - spec file cleanup * Fri Nov 06 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.4.0-7 - libpam: fix memory leak in pam_start (#1894630) * Mon Oct 19 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.4.0-6 - pam_unix: fix missing initialization of daysleft (#1887077) - pam_motd: change privilege message prompt to default (#1861640) * Wed Oct 14 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.4.0-5 - pam_motd: read motd files with target user credentials skipping unreadable ones (#1861640) - Clarify upstreamed patches * Tue Aug 04 2020 Tom Stellard <tstellar@redhat.com> - 1.4.0-4 - Add BuildRequires: gcc - https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/#_packaging * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 02 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.4.0-2 - Enable layered configuration with distribution configs in /usr/share/pam.d - Added new pam-redhat tarball to lookaside cache * Wed Jun 24 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.4.0-1 - Rebased to release 1.4.0 - Rebased to pam-redhat-1.1.3 - Removed pam_cracklib as it has been deprecated * Mon Jun 22 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.3.1-28 - pam_faillock: change /run/faillock/$USER permissions to 0660 (#1661822) * Wed Jun 17 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.3.1-27 - pam_unix and pam_usertype: avoid determining if user exists (#1629598) * Thu May 14 2020 Iker Pedrosa <ipedrosa@redhat.com> 1.3.1-26 - pam_tty_audit: if kernel audit is disabled return PAM_IGNORE (#1775357) - pam_modutil_sanitize_helper_fds: fix SIGPIPE effect of PAM_MODUTIL_PIPE_FD (#1791970) * Thu Apr 23 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.3.1-25 - docs: splitted documentation in subpackage -docs * Mon Mar 09 2020 Iker Pedrosa <ipedrosa@redhat.com> - 1.3.1-24 - pam_selinux: check unknown object classes or permissions in current policy * Tue Feb 04 2020 Pavel Březina <pbrezina@redhat.com> - 1.3.1-23 - Add pam_usertype.so * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
/etc/pam.d /etc/pam.d/config-util /etc/pam.d/fingerprint-auth /etc/pam.d/other /etc/pam.d/password-auth /etc/pam.d/postlogin /etc/pam.d/smartcard-auth /etc/pam.d/system-auth /etc/security /etc/security/access.conf /etc/security/chroot.conf /etc/security/console.apps /etc/security/console.handlers /etc/security/console.perms /etc/security/console.perms.d /etc/security/faillock.conf /etc/security/group.conf /etc/security/limits.conf /etc/security/limits.d /etc/security/namespace.conf /etc/security/namespace.d /etc/security/namespace.init /etc/security/opasswd /etc/security/pam_env.conf /etc/security/sepermit.conf /etc/security/time.conf /usr/lib/.build-id /usr/lib/.build-id/07 /usr/lib/.build-id/07/3939880356ea5d865f94b7fb5a78a843651b39 /usr/lib/.build-id/08 /usr/lib/.build-id/08/1288ff2adb76601f6cfd337e32da16d41edfb0 /usr/lib/.build-id/09 /usr/lib/.build-id/09/e3bd37402eb9b3b857a1b7a973f57c1edff60a /usr/lib/.build-id/0e /usr/lib/.build-id/0e/3500932e066e08a5e72d6a7afaed4c54f263d9 /usr/lib/.build-id/14 /usr/lib/.build-id/14/48dc07a9932379266988e862c5182ac41fdc2e /usr/lib/.build-id/16 /usr/lib/.build-id/16/86f1cf7fa5c7808f411dc619cbffb797b7a963 /usr/lib/.build-id/1c /usr/lib/.build-id/1c/d2bd8056787da8fa890146d4dc2d701ce7c3b6 /usr/lib/.build-id/22 /usr/lib/.build-id/22/91ffd582b34bf02cb146d2209545665f10669b /usr/lib/.build-id/22/dc0f68ce307d2c77f59230ce0b413ec7b9ea87 /usr/lib/.build-id/27 /usr/lib/.build-id/27/d6d09b782a21f043365edd2cc0dc3909859c42 /usr/lib/.build-id/29 /usr/lib/.build-id/29/340fcb84cc7394d23f669517e0288eb5ec98c3 /usr/lib/.build-id/29/974b53f52ff046b8ff415747d21b288b21f592 /usr/lib/.build-id/2a /usr/lib/.build-id/2a/b5becf4ab8a58ea73e9d9678dd2da32de21043 /usr/lib/.build-id/2c /usr/lib/.build-id/2c/bf83ae19b97c4e77cdf67f38c890a621bbcf47 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/5460d1b4d0a1d10f31c32b9aed076b8e082876 /usr/lib/.build-id/30 /usr/lib/.build-id/30/4a3e760c5d1df8feb5fab442b173702ffc4e50 /usr/lib/.build-id/32 /usr/lib/.build-id/32/231342eb8840b8ff7586f6e3d53744abac2ade /usr/lib/.build-id/37 /usr/lib/.build-id/37/8766c37f28a5473c8bcec26aeaba358287e2e4 /usr/lib/.build-id/3f /usr/lib/.build-id/3f/b1a846ab084054385705e84ffddca85efe266d /usr/lib/.build-id/43 /usr/lib/.build-id/43/7912134a37c5f25b2dcd0352ff75e71a4f0b63 /usr/lib/.build-id/46 /usr/lib/.build-id/46/bd7d3a5e6809ce73fe8604a0ac708c630e28dc /usr/lib/.build-id/49 /usr/lib/.build-id/49/16170075d56a482a4cac335f87bf72f9baf497 /usr/lib/.build-id/51 /usr/lib/.build-id/51/dc5d83a904a68affd4962dec9717a97dada756 /usr/lib/.build-id/53 /usr/lib/.build-id/53/b065c8fff79e4fb7905d957dbb579c11a1e19f /usr/lib/.build-id/56 /usr/lib/.build-id/56/3e9bdf47e8e5caa93c2712bfa025048fe678a3 /usr/lib/.build-id/57 /usr/lib/.build-id/57/b8f228824f239cba884a4cb41d52b7b92d51cd /usr/lib/.build-id/5a /usr/lib/.build-id/5a/b66d52013d562e253c83bb5ced31f3848a0bdf /usr/lib/.build-id/65 /usr/lib/.build-id/65/267fb0a718e365913a15f007d0b8a18b9893cd /usr/lib/.build-id/6c /usr/lib/.build-id/6c/67e736f297ab9a82292cc8f904a9a2cbe6c0dd /usr/lib/.build-id/7f /usr/lib/.build-id/7f/63251a278aa515223fdc3bf51169ed97e520c5 /usr/lib/.build-id/82 /usr/lib/.build-id/82/6abe4a7c40df148c9b1b63ed9d224cd693f49f /usr/lib/.build-id/84 /usr/lib/.build-id/84/05733249f8a6afd3056aad6b2e113bf7e73a0c /usr/lib/.build-id/88 /usr/lib/.build-id/88/870ef728d135ed9700931364d399def5cc2067 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/f1258d1ce25f71dd61b5eaa943d34e5dcc73da /usr/lib/.build-id/9a /usr/lib/.build-id/9a/53b8758288ef87d22de94d623e924e8907bc50 /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/47345f65659fcf5ff32c415b3d84ca9bf8fa21 /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/ca317d226275faece795768ad633f3d99f951e /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/1ed78ff6142fe733c8b6c1536e6ab509959b28 /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/c213f6c931c9a6fc906ffe8de664d35ae67784 /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/201b4941561853bf3a2da30916023e42e3b634 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/9e8d1104cde4ab940a2737d7daf7866bfcbe95 /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/4c9de32a5885ba48e30e6383b9620d10981d67 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/26fc40cabe50d4f5eb165d09afff282a18f28c /usr/lib/.build-id/ce /usr/lib/.build-id/ce/e0fd216f1364256367015e318ba9147b4a605d /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/337a04d8b462adbde0f85637c0eefef099fa86 /usr/lib/.build-id/dd /usr/lib/.build-id/dd/5bb9aeab6c0503038494b38ed141b541451e3a /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/22c926406a7174dfbca7627f68e1cf636f8630 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/91b13ce958478f1ac2c9401e260fd42e440d05 /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/590e6e4ece3929b38276dfd4918feb08223eb6 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/8620d248e4cbd6df95216abd290f768f67362d /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/9306902c94e139ce0fbab819a9a73717029654 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/74d65bde254b2ebf56fe679d66971ae1ad53ba /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/67a6983f83e2add599f04847b4b4edeeb1c3c7 /usr/lib/.build-id/f2/992806ae0dbba2a269191396ad29533dbc895f /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/af67d7fed5053486e9e5f4c685211a789e57cf /usr/lib/.build-id/fa /usr/lib/.build-id/fa/0d9e598ea8a85ca9011db34a05199780956511 /usr/lib/.build-id/fb /usr/lib/.build-id/fb/92e6d62fbcbfb0606445b8e6fe68648dc03ca6 /usr/lib/.build-id/fe /usr/lib/.build-id/fe/405be8ba4dbe09ad308c7d307eb16f01c41f43 /usr/lib/libpam.so.0 /usr/lib/libpam.so.0.85.1 /usr/lib/libpam_misc.so.0 /usr/lib/libpam_misc.so.0.82.1 /usr/lib/libpamc.so.0 /usr/lib/libpamc.so.0.82.1 /usr/lib/rpm/macros.d/macros.pam /usr/lib/security /usr/lib/security/pam_access.so /usr/lib/security/pam_chroot.so /usr/lib/security/pam_console.so /usr/lib/security/pam_debug.so /usr/lib/security/pam_deny.so /usr/lib/security/pam_echo.so /usr/lib/security/pam_env.so /usr/lib/security/pam_exec.so /usr/lib/security/pam_faildelay.so /usr/lib/security/pam_faillock.so /usr/lib/security/pam_filter /usr/lib/security/pam_filter.so /usr/lib/security/pam_filter/upperLOWER /usr/lib/security/pam_ftp.so /usr/lib/security/pam_group.so /usr/lib/security/pam_issue.so /usr/lib/security/pam_keyinit.so /usr/lib/security/pam_lastlog.so /usr/lib/security/pam_limits.so /usr/lib/security/pam_listfile.so /usr/lib/security/pam_localuser.so /usr/lib/security/pam_loginuid.so /usr/lib/security/pam_mail.so /usr/lib/security/pam_mkhomedir.so /usr/lib/security/pam_motd.so /usr/lib/security/pam_namespace.so /usr/lib/security/pam_nologin.so /usr/lib/security/pam_permit.so /usr/lib/security/pam_postgresok.so /usr/lib/security/pam_pwhistory.so /usr/lib/security/pam_rhosts.so /usr/lib/security/pam_rootok.so /usr/lib/security/pam_securetty.so /usr/lib/security/pam_selinux.so /usr/lib/security/pam_selinux_permit.so /usr/lib/security/pam_sepermit.so /usr/lib/security/pam_setquota.so /usr/lib/security/pam_shells.so /usr/lib/security/pam_stress.so /usr/lib/security/pam_succeed_if.so /usr/lib/security/pam_time.so /usr/lib/security/pam_timestamp.so /usr/lib/security/pam_tty_audit.so /usr/lib/security/pam_umask.so /usr/lib/security/pam_unix.so /usr/lib/security/pam_unix_acct.so /usr/lib/security/pam_unix_auth.so /usr/lib/security/pam_unix_passwd.so /usr/lib/security/pam_unix_session.so /usr/lib/security/pam_userdb.so /usr/lib/security/pam_usertype.so /usr/lib/security/pam_warn.so /usr/lib/security/pam_wheel.so /usr/lib/security/pam_xauth.so /usr/lib/systemd/system/pam_namespace.service /usr/lib/tmpfiles.d/pam.conf /usr/sbin/faillock /usr/sbin/mkhomedir_helper /usr/sbin/pam_console_apply /usr/sbin/pam_namespace_helper /usr/sbin/pam_timestamp_check /usr/sbin/pwhistory_helper /usr/sbin/unix_chkpwd /usr/sbin/unix_update /usr/share/licenses/pam /usr/share/licenses/pam/Copyright /usr/share/licenses/pam/gpl-2.0.txt /usr/share/locale/af/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/am/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ar/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/as/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/az/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/be/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/bg/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/bn/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/bn_IN/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/bs/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ca/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/cs/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/cy/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/da/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/de/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/de_CH/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/el/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/eo/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/es/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/et/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/eu/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/fa/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/fi/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/fr/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ga/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/gl/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/gu/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/he/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/hi/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/hr/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/hu/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ia/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/id/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/is/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/it/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ja/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ka/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/kk/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/km/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/kn/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ko/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/kw_GB/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ky/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/lt/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/lv/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/mk/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ml/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/mn/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/mr/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ms/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/my/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/nb/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ne/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/nl/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/nn/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/or/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/pa/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/pl/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/pt/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/pt_BR/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ro/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ru/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/si/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sk/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sl/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sq/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sr/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sr@latin/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/sv/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ta/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/te/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/tg/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/th/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/tr/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/uk/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/ur/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/vi/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/yo/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/zh_CN/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/zh_HK/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/zh_TW/LC_MESSAGES/Linux-PAM.mo /usr/share/locale/zu/LC_MESSAGES/Linux-PAM.mo /usr/share/man/man5/access.conf.5.gz /usr/share/man/man5/config-util.5.gz /usr/share/man/man5/console.apps.5.gz /usr/share/man/man5/console.handlers.5.gz /usr/share/man/man5/console.perms.5.gz /usr/share/man/man5/environment.5.gz /usr/share/man/man5/faillock.conf.5.gz /usr/share/man/man5/fingerprint-auth.5.gz /usr/share/man/man5/group.conf.5.gz /usr/share/man/man5/limits.conf.5.gz /usr/share/man/man5/namespace.conf.5.gz /usr/share/man/man5/pam.conf.5.gz /usr/share/man/man5/pam.d.5.gz /usr/share/man/man5/pam_env.conf.5.gz /usr/share/man/man5/password-auth.5.gz /usr/share/man/man5/postlogin.5.gz /usr/share/man/man5/sepermit.conf.5.gz /usr/share/man/man5/smartcard-auth.5.gz /usr/share/man/man5/system-auth.5.gz /usr/share/man/man5/time.conf.5.gz /usr/share/man/man8/PAM.8.gz /usr/share/man/man8/faillock.8.gz /usr/share/man/man8/mkhomedir_helper.8.gz /usr/share/man/man8/pam.8.gz /usr/share/man/man8/pam_access.8.gz /usr/share/man/man8/pam_console.8.gz /usr/share/man/man8/pam_console_apply.8.gz /usr/share/man/man8/pam_debug.8.gz /usr/share/man/man8/pam_deny.8.gz /usr/share/man/man8/pam_echo.8.gz /usr/share/man/man8/pam_env.8.gz /usr/share/man/man8/pam_exec.8.gz /usr/share/man/man8/pam_faildelay.8.gz /usr/share/man/man8/pam_faillock.8.gz /usr/share/man/man8/pam_filter.8.gz /usr/share/man/man8/pam_ftp.8.gz /usr/share/man/man8/pam_group.8.gz /usr/share/man/man8/pam_issue.8.gz /usr/share/man/man8/pam_keyinit.8.gz /usr/share/man/man8/pam_lastlog.8.gz /usr/share/man/man8/pam_limits.8.gz /usr/share/man/man8/pam_listfile.8.gz /usr/share/man/man8/pam_localuser.8.gz /usr/share/man/man8/pam_loginuid.8.gz /usr/share/man/man8/pam_mail.8.gz /usr/share/man/man8/pam_mkhomedir.8.gz /usr/share/man/man8/pam_motd.8.gz /usr/share/man/man8/pam_namespace.8.gz /usr/share/man/man8/pam_namespace_helper.8.gz /usr/share/man/man8/pam_nologin.8.gz /usr/share/man/man8/pam_permit.8.gz /usr/share/man/man8/pam_postgresok.8.gz /usr/share/man/man8/pam_pwhistory.8.gz /usr/share/man/man8/pam_rhosts.8.gz /usr/share/man/man8/pam_rootok.8.gz /usr/share/man/man8/pam_securetty.8.gz /usr/share/man/man8/pam_selinux.8.gz /usr/share/man/man8/pam_sepermit.8.gz /usr/share/man/man8/pam_setquota.8.gz /usr/share/man/man8/pam_shells.8.gz /usr/share/man/man8/pam_stress.8.gz /usr/share/man/man8/pam_succeed_if.8.gz /usr/share/man/man8/pam_time.8.gz /usr/share/man/man8/pam_timestamp.8.gz /usr/share/man/man8/pam_timestamp_check.8.gz /usr/share/man/man8/pam_tty_audit.8.gz /usr/share/man/man8/pam_umask.8.gz /usr/share/man/man8/pam_unix.8.gz /usr/share/man/man8/pam_userdb.8.gz /usr/share/man/man8/pam_usertype.8.gz /usr/share/man/man8/pam_warn.8.gz /usr/share/man/man8/pam_wheel.8.gz /usr/share/man/man8/pam_xauth.8.gz /usr/share/man/man8/pwhistory_helper.8.gz /usr/share/man/man8/unix_chkpwd.8.gz /usr/share/man/man8/unix_update.8.gz /usr/share/pam.d /var/run/console /var/run/faillock /var/run/sepermit
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 28 00:40:22 2022