From c409194ee1cd4f1220ea8227c894ec4fe0a10dd3 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Feb 10 2005 17:02:45 +0000 Subject: - improved the code that writes tls_cacertdir to ldap.conf Tue Jan 25 2005 Tomas Mraz - renamed functions in authconfigmodule to be more clear - implemented cacertdir for LDAP with TLS Mon Jan 24 2005 Tomas Mraz - fixed a bug in authinfo_differs when called from python --- diff --git a/.cvsignore b/.cvsignore index 46d6db3..8576534 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-4.6.8.tar.gz +authconfig-4.6.9.tar.gz diff --git a/authconfig.spec b/authconfig.spec index 019dd18..13fe2f9 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig -Version: 4.6.8 +Version: 4.6.9 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. Release: 1 @@ -62,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT %ghost %config(noreplace) %{_sysconfdir}/sysconfig/authconfig %{_bindir}/authconfig %{_sbindir}/authconfig +%{_sbindir}/cacertdir_rehash %{_mandir}/man8/* %{_libdir}/python*/site-packages/authconfigmodule.so %config(noreplace) %{_sysconfdir}/pam.d/authconfig @@ -80,7 +81,17 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog -* Wed Dec 17 2004 Tomas Mraz +* Thu Feb 10 2005 Tomas Mraz - 4.6.9-1 +- improved the code that writes tls_cacertdir to ldap.conf + +* Tue Jan 25 2005 Tomas Mraz +- renamed functions in authconfigmodule to be more clear +- implemented cacertdir for LDAP with TLS + +* Mon Jan 24 2005 Tomas Mraz +- fixed a bug in authinfo_differs when called from python + +* Wed Dec 17 2004 Tomas Mraz - 4.6.8-1 - add option for making local authorization sufficient for local users this is attempt to 'solve/workaround' the problem with blocking local logins by pulling out network cable (#115181) diff --git a/sources b/sources index 87f4db9..bba0ed3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf090a31cbc2a611a79fa47ea3545fb5 authconfig-4.6.8.tar.gz +5b5e1c4111b557650e426ba8627d2955 authconfig-4.6.9.tar.gz