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:21:58 2022 |
Group: Unspecified | Build host: buildvm-a64-25.iad2.fedoraproject.org |
Size: 4715061 | 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/0c /usr/lib/.build-id/0c/b13d6e8e03037eae9c7a5ca03eb80bef33d662 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/1271922ee35fd4e83851cbd2a80fd78ec8c2de /usr/lib/.build-id/10 /usr/lib/.build-id/10/a5154fafbb74a381f158a1c7f7cdfa931faeb6 /usr/lib/.build-id/1b /usr/lib/.build-id/1b/0c308acb2683e5512271b30ed1faed091eb39f /usr/lib/.build-id/20 /usr/lib/.build-id/20/8fe0e8a1d448f852004e5b9e2a8530bead5cf9 /usr/lib/.build-id/24 /usr/lib/.build-id/24/42e5ddb196e8e94ee1a76f0db54e36f47e6c2a /usr/lib/.build-id/29 /usr/lib/.build-id/29/dc251fdc36fb9b2351f3a9021ddeee9f6353e6 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/bdc49f2f5bfe36023164859c23e7bfde2207dd /usr/lib/.build-id/31 /usr/lib/.build-id/31/cc2f2ea9a2db5b98196837382e4acbfac96b24 /usr/lib/.build-id/32 /usr/lib/.build-id/32/60423ef8961dfb4f872c0f5001573dd13baaf6 /usr/lib/.build-id/39 /usr/lib/.build-id/39/dc9779896a7ed9f1949a93de0444291996a648 /usr/lib/.build-id/3b /usr/lib/.build-id/3b/01ac43f8f1fea391555fde71b01a91ef20deab /usr/lib/.build-id/40 /usr/lib/.build-id/40/271fcd012349d93df3998c87a9eda5900352b1 /usr/lib/.build-id/45 /usr/lib/.build-id/45/6882392539665bd37d46fe4b0382857201fcc9 /usr/lib/.build-id/47 /usr/lib/.build-id/47/36849d5e143d89720bcc0e729373625510429f /usr/lib/.build-id/4f /usr/lib/.build-id/4f/5ef595bab6f7634f64736b9a55790fc03a146e /usr/lib/.build-id/52 /usr/lib/.build-id/52/db6c451a433394a6c9cfcf99922c4c176ebb93 /usr/lib/.build-id/5c /usr/lib/.build-id/5c/f0b94e541a439d2b3ad9b0dd065f0dc3716326 /usr/lib/.build-id/60 /usr/lib/.build-id/60/0e66ade998f1f9289e394381b818d139ae508d /usr/lib/.build-id/6a /usr/lib/.build-id/6a/ea5e4948d82ef468fe89ca8a619c0861efe7c7 /usr/lib/.build-id/6e /usr/lib/.build-id/6e/b44fece6f27d3374f349b175a8bee6f17402dc /usr/lib/.build-id/6f /usr/lib/.build-id/6f/978a15d9417b9d0b8d63fc9f8826b20dcf7c6d /usr/lib/.build-id/74 /usr/lib/.build-id/74/d30439de0f2bf9b2902ecc155a92e8b8420014 /usr/lib/.build-id/76 /usr/lib/.build-id/76/e306c94e91f9068b194815e8aac1d2664fbd0b /usr/lib/.build-id/83 /usr/lib/.build-id/83/5b3f1f5213309322813dfb28e859a231ca0faf /usr/lib/.build-id/89 /usr/lib/.build-id/89/fcd7aabbb363c078da374e8b618e3b007f7394 /usr/lib/.build-id/8a /usr/lib/.build-id/8a/15ff5f22d77d74bb91852991f0a73768549474 /usr/lib/.build-id/8a/6ab2314fa2c5da48cddc6765e30c3a36a38151 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/70fa73e1eeba7b573b52f9fe93e314678bafa4 /usr/lib/.build-id/8d /usr/lib/.build-id/8d/1876a0d2aa988363d067bcc32f6f6a074fb20d /usr/lib/.build-id/91 /usr/lib/.build-id/91/925447471e358e432d56306f6023dc19342487 /usr/lib/.build-id/96 /usr/lib/.build-id/96/0040cb4efc9a5f2c4afa337cd66fecece5d53f /usr/lib/.build-id/9a /usr/lib/.build-id/9a/7d8009e71c7648d55913295e529336d13224a6 /usr/lib/.build-id/a1 /usr/lib/.build-id/a1/5c20aa93ffeda1154efe3c877d03b109fc40c0 /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/e04aaa81a75b3a5c24ef4b289d1fce61204d30 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/31c9ce60f80471218d79df9f17b5c2cfab943b /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/50e53a0625dc944a14f80bdf8f6d92a2f5a766 /usr/lib/.build-id/aa /usr/lib/.build-id/aa/7aaa2591e78f98b3d55803b24481c502fe5b88 /usr/lib/.build-id/aa/c171c12691ed7a613c2c6421c15a8e457263fd /usr/lib/.build-id/af /usr/lib/.build-id/af/e018859314928ad71aaf11eb38cab4f38f0dde /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/b5869be3d088f5bb6569d8999d8753d46ad9ca /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/7cda7dbe71d3a1b4cb4685d0404d7a5ccdabd0 /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/a691bb3bd8786fda13012e7ef9f41512e431d8 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/2d21da8b1c20b9a2179a5dcd478479656c9071 /usr/lib/.build-id/c8/b3fc0744398d643ecdb7485bc55ff34862c61a /usr/lib/.build-id/cb /usr/lib/.build-id/cb/da3e7747bc49895af8a94f7d020cd999c082bf /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/41eab6ebff19495677c5de0db744773416f9f5 /usr/lib/.build-id/d5/866fe0a2fb5f021f82fc96c413203e553c5b4f /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/a291e1aec7c704bad687f05eeae30786136951 /usr/lib/.build-id/d8/aea55bbe666e2c67139b6e301a960a0a49fcb6 /usr/lib/.build-id/de /usr/lib/.build-id/de/4db382e065f904924a61d6ecc47d69f40b7dd9 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/9fc3828561b8abd5be88441a16137c1653c649 /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/4370a8af2b5a03740269cac9db2da1e3ad11f4 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/48bc805adf1985b4af47fd6617a8f895669613 /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/052876a40078071f8fec91b8eda801801f6567 /usr/lib/.build-id/f2/bbdc6595d3789304be819f9238a0ff600647c5 /usr/lib/.build-id/fc /usr/lib/.build-id/fc/a62d3d3fbe943fc41d921cb8c1822cd8137895 /usr/lib/.build-id/fe /usr/lib/.build-id/fe/d292c935055a00237a1b97f156d14083c8bb96 /usr/lib/rpm/macros.d/macros.pam /usr/lib/systemd/system/pam_namespace.service /usr/lib/tmpfiles.d/pam.conf /usr/lib64/libpam.so.0 /usr/lib64/libpam.so.0.85.1 /usr/lib64/libpam_misc.so.0 /usr/lib64/libpam_misc.so.0.82.1 /usr/lib64/libpamc.so.0 /usr/lib64/libpamc.so.0.82.1 /usr/lib64/security /usr/lib64/security/pam_access.so /usr/lib64/security/pam_chroot.so /usr/lib64/security/pam_console.so /usr/lib64/security/pam_debug.so /usr/lib64/security/pam_deny.so /usr/lib64/security/pam_echo.so /usr/lib64/security/pam_env.so /usr/lib64/security/pam_exec.so /usr/lib64/security/pam_faildelay.so /usr/lib64/security/pam_faillock.so /usr/lib64/security/pam_filter /usr/lib64/security/pam_filter.so /usr/lib64/security/pam_filter/upperLOWER /usr/lib64/security/pam_ftp.so /usr/lib64/security/pam_group.so /usr/lib64/security/pam_issue.so /usr/lib64/security/pam_keyinit.so /usr/lib64/security/pam_lastlog.so /usr/lib64/security/pam_limits.so /usr/lib64/security/pam_listfile.so /usr/lib64/security/pam_localuser.so /usr/lib64/security/pam_loginuid.so /usr/lib64/security/pam_mail.so /usr/lib64/security/pam_mkhomedir.so /usr/lib64/security/pam_motd.so /usr/lib64/security/pam_namespace.so /usr/lib64/security/pam_nologin.so /usr/lib64/security/pam_permit.so /usr/lib64/security/pam_postgresok.so /usr/lib64/security/pam_pwhistory.so /usr/lib64/security/pam_rhosts.so /usr/lib64/security/pam_rootok.so /usr/lib64/security/pam_securetty.so /usr/lib64/security/pam_selinux.so /usr/lib64/security/pam_selinux_permit.so /usr/lib64/security/pam_sepermit.so /usr/lib64/security/pam_setquota.so /usr/lib64/security/pam_shells.so /usr/lib64/security/pam_stress.so /usr/lib64/security/pam_succeed_if.so /usr/lib64/security/pam_time.so /usr/lib64/security/pam_timestamp.so /usr/lib64/security/pam_tty_audit.so /usr/lib64/security/pam_umask.so /usr/lib64/security/pam_unix.so /usr/lib64/security/pam_unix_acct.so /usr/lib64/security/pam_unix_auth.so /usr/lib64/security/pam_unix_passwd.so /usr/lib64/security/pam_unix_session.so /usr/lib64/security/pam_userdb.so /usr/lib64/security/pam_usertype.so /usr/lib64/security/pam_warn.so /usr/lib64/security/pam_wheel.so /usr/lib64/security/pam_xauth.so /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, Tue Aug 16 00:50:19 2022