From 66bffe41d9d9c1f42e9ce34b7d7fabf041f7d589 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Oct 27 2004 13:04:37 +0000 Subject: - add broken_shadow option in case of enabled network auth #136760 --- diff --git a/authconfig.spec b/authconfig.spec index 2beb63c..8a3f8da 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig Version: 4.6.5 -Release: 2 +Release: 3 License: GPL ExclusiveOS: Linux Group: System Environment/Base @@ -13,6 +13,7 @@ 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 BuildPrereq: desktop-file-utils, intltool, gettext, perl-XML-Parser Patch1: authconfig-4.6.5-restart-autofs.patch +Patch2: authconfig-4.6.5-add-brokenshadow.patch %description Authconfig is a terminal mode program which can configure a workstation @@ -39,6 +40,7 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .restart-autofs +%patch2 -p1 -b .add-brokenshadow ./autogen.sh %build @@ -83,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Oct 15 2004 Tomas Mraz +- force broken_shadow option on network auth (#136760) + +* Fri Oct 15 2004 Tomas Mraz - force restart of autofs on firstboot call when using NIS (#133035, #124498) * Thu Oct 07 2004 Tomas Mraz