From 7457d154658db54d31ac4acb9f8410985e497b77 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Feb 02 2010 08:59:44 +0000 Subject: - fix regression from the nss_ldap/pam_ldap nslcd split --- diff --git a/.cvsignore b/.cvsignore index a41d015..397e30d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-6.0.0.tar.bz2 +authconfig-6.0.2.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 9817c3d..a3a6af7 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.0.0 -Release: 2%{?dist} +Version: 6.0.2 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -101,8 +101,15 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/pixmaps/* %changelog -* Mon Dec 14 2009 Tomas Mraz - 6.0.0-2 -- should work fine with sssd >= 0.99.1 (#547344) +* Tue Feb 2 2010 Tomas Mraz - 6.0.2-1 +- fix regression from the nss_ldap/pam_ldap nslcd split + +* Thu Jan 14 2010 Tomas Mraz - 6.0.1-1 +- do not try to write smartcard settings if pam_pkcs11 is not + installed (#528458) +- make position of sss in nsswitch consistent with position in + system-auth (#552501) +- support nss_ldap/pam_ldap split and nslcd * Thu Dec 10 2009 Tomas Mraz - 6.0.0-1 - support for SSSD enabling/disabling and basic support for diff --git a/sources b/sources index eda71ea..a04d708 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4806810049b0e9106d469dd0381ba725 authconfig-6.0.0.tar.bz2 +7a38ea5ac23c97c27937f7bb0d14f5d1 authconfig-6.0.2.tar.bz2