From cfb17066fd62ef3c69df910a2e30292c3bea7fd3 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Dec 17 2004 14:17:52 +0000 Subject: - 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, #55193 and many more) - remove dependency on nscd (#99395) - don't show warning messages when switching options off --- diff --git a/.cvsignore b/.cvsignore index 2431ced..46d6db3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-4.6.7.tar.gz +authconfig-4.6.8.tar.gz diff --git a/authconfig.spec b/authconfig.spec index b56e634..019dd18 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.7 +Version: 4.6.8 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. Release: 1 @@ -9,7 +9,7 @@ ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.gz -Requires: glibc >= 2.1, glib2, pam >= 0.77-56, nscd +Requires: glibc >= 2.1, glib2, pam >= 0.77-56 Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 BuildPrereq: pam-devel >= 0.77, newt-devel, glib2-devel, python, python-devel @@ -80,6 +80,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Wed Dec 17 2004 Tomas Mraz +- 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) + +* Wed Dec 15 2004 Tomas Mraz +- remove dependency on nscd +- don't show warning messages when switching options off + * Mon Dec 6 2004 Tomas Mraz - 4.6.7-1 - updated translations - winbind in authconfig-gtk.py was setting the nsswitch.conf on the auth tab diff --git a/sources b/sources index 5bf66c5..87f4db9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93569eabba5a13da1c8184e8ea6d1615 authconfig-4.6.7.tar.gz +bf090a31cbc2a611a79fa47ea3545fb5 authconfig-4.6.8.tar.gz