From 5b40ab07696f7eafa041eccda3d17dc3777bc4a4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Sep 25 2012 19:51:23 +0000 Subject: New upstream release of authconfig. - backup also passwd and friends when toggling enableshadow (#853074) - use the new smb.conf idmap config range syntax (#850824) - use local_users_only with pam_pwquality (#849072) - enable the authlogin_nsswitch_use_ldap SELinux boolean when enabling LDAP (#846084) - preserve the value of cache_credentials in sssd.conf - do not fail PAM session if pam_lastlog module fails - use sssd also for automount map (#847823) - enable deferred_kinit if cache_credentials is enabled (#814384) --- diff --git a/.gitignore b/.gitignore index afaff97..007d90b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.2.1.tar.bz2 /authconfig-6.2.2.tar.bz2 /authconfig-6.2.3.tar.bz2 +/authconfig-6.2.4.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 0324832..c3749a9 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.2.3 +Version: 6.2.4 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -125,6 +125,16 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Tue Sep 25 2012 Tomas Mraz - 6.2.4-1 +- backup also passwd and friends when toggling enableshadow (#853074) +- use the new smb.conf idmap config range syntax (#850824) +- use local_users_only with pam_pwquality (#849072) +- enable the authlogin_nsswitch_use_ldap SELinux boolean when enabling LDAP (#846084) +- preserve the value of cache_credentials in sssd.conf +- do not fail PAM session if pam_lastlog module fails +- use sssd also for automount map (#847823) +- enable deferred_kinit if cache_credentials is enabled (#814384) + * Thu Jul 19 2012 Tomas Mraz - 6.2.3-1 - fix missing linkage to libresolv - add missing requires of openssl binary for cacertdir_rehash diff --git a/sources b/sources index 4327870..ec15c79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0c3e26084d6af40f33e3b3f00e4ba51 authconfig-6.2.3.tar.bz2 +65bff117005bfdad75ef145b8f9ad933 authconfig-6.2.4.tar.bz2