Репозитории ALT

S: | 1.9.0-alt4 |
5.1: | 1.5.1.1-alt1 |
4.1: | 1.4.3.1-alt1 |
4.0: | 1.4.2-alt1 |
3.0: | 1.2.1-alt1 |
Группа :: Система/Основа
Пакет: pam-config
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
8 июля 2020 Ivan Razzhivin <underwit at altlinux.org> 1.9.0-alt4
- add pam_access control
- Fix an error in system-policy.filetrigger in 1.9.0-alt1.
- Fix an error in %post introduced in 1.9.0-alt1.
- Added configurable substack system-policy.
- Added filetriggers for system-auth and system-policy methods
to avoid unknown state during upgrade and uninstall. - system-auth-winbind-only: use default ccache.
- Split system-auth{,-use_first_pass}-{krb5,krb5_ccreds,ldap,winbind} (by ldv@)
All five methods rewrited using pam_localuser as a chooser:
if pam_localuser concludes the authenticating user is local, then use local
method for authentication, otherwise use the corresponding non-local method.
- Removed prefix=$2y$ count=8 from pam_tcb options (closes: #36279).
- system-auth-local: split into system-auth-local-only
and system-auth-common. - system-auth-use_first_pass-local: likewise, split into
system-auth-use_first_pass-local-only and system-auth-common. - Merged pam0-config subpackage into pam-config.
- Added winbind authentication support (by cas@).
- Added krb5+ccreds authentication support (by boyarsh@).
- system-auth*-pkcs11: changed to use system-auth*-local
instead of cut-n-pasting from there.
- common-login: added pam_nologin.so to account management list.
- system-auth-*: changed to use the "$2y$" hash encoding prefix.
- common-login: added optional pam_systemd.so (closes: #25606).
- Moved /lib*/security to filesystem package.
- Packaged as noarch.
- Added common-login and common-login-use_first_pass.
- NMU:
+ added PKCS#11 authentication support (closes: #20946)
- Fixed system-auth*-multi introduced in previous release.
- Reindented pam config files to use tabs instead of spaces.
- system-auth-*: Rewritten "sufficient" controls with conditional jumps.
- Added experimental pam configs:
system-auth-multi, system-auth-use_first_pass-multi.
- system-auth-krb5: Added pam_mkhomedir.so to the session stack (closes: #19540).
- system-auth-ldap: Added pam_mkhomedir.so to the session stack (closes: #19540).
- pam_mktemp.control: added system config autodetection
- system-auth.control: added authentication method autodetection
- added kerberos 5 authentication support
- system-auth-use_first_pass-ldap: Fixed typo.
- system-auth-{local,ldap}: Replaced pam_passwdqc.so parameters
with reference to /etc/passwdqc.conf file.
- Fixed system-auth upgrade.
- Added ldap authentication support (inger).
- add support for ldap authentication
- system-auth: Moved pam_mktemp.so from "account" to "session".
- Added pam_mktemp control, based on script from raorn@.
- Do not suppress all autogenerated dependencies (#8849).
- Updated for new style PAM dependencies generated by rpm-build-4.0.4-alt55.
- Added "nullok" option to password management entry (#7606).
- system-auth: Added "account required pam_mktemp.so" (#6814).
- Added multilib support (mouse, closes #6098).
- pam-config: merged pam-common into this package.
- Keep all configuration files in the main package, pam-config.
- Kepp all pam dependencies in pam-specific subpackages.
- Added -flavour subpackage and moved dependencies there.
- PAM configuration policy enforcement.
- Added prefix= and count= parameters for auth tcb methods.
This is required to activate timing attack protection
implemented in pam_tcb-0.9.8.4-alt1.
- Added password entry for system-auth-use_first_pass.
- Changed password quality enforcement policy:
enforce=everyone --> enforce=users.
- Switched to tcb.
- Added new config for userpass support: system-auth-use_first_pass.
- Initial revision.
- Updated system-auth from pam package now lives here.