From 14808868f2cdb249c727d2a3e5a5eaf0fdb293a4 Mon Sep 17 00:00:00 2001 From: havill Date: Oct 14 2004 21:21:31 +0000 Subject: make the uid/gid for ident conform to the past (#135752) --- diff --git a/authd.spec b/authd.spec index 1d964b3..a065e74 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: a RFC 1413 ident protocol daemon Name: authd Version: 1.4.2 -Release: 2 +Release: 4 License: GPL Group: System Environment/Daemons Obsoletes: pidentd @@ -41,7 +41,7 @@ touch ${RPM_BUILD_ROOT}%{_sysconfdir}/ident.key rm -rf $RPM_BUILD_ROOT %post -/usr/sbin/adduser -s /sbin/nologin -r ident 2>/dev/null || true +/usr/sbin/adduser -s /sbin/nologin -u 98 -r ident 2>/dev/null || true /usr/bin/openssl rand -base64 -out %{_sysconfdir}/ident.key 32 echo CHANGE THE LINE ABOVE TO A PASSPHRASE >> %{_sysconfdir}/ident.key /bin/chown ident:ident %{_sysconfdir}/ident.key @@ -56,10 +56,11 @@ chmod o-rw %{_sysconfdir}/ident.key %{_sbindir}/in.authd %changelog -* Thu Oct 14 2004 Adrian Havill - 1.4.2-2 +* Thu Oct 14 2004 Adrian Havill - 1.4.2-4 - slightly better error checking for insane cases - tweak of the openssl requires dependency loop (#131291) - as ident.key is created in %%post, tweak so verify passes (#131530) +- make the uid/gid for ident conform to the past (#135752) * Wed Jul 28 2004 Adrian Havill - 1.4.1-1 - only scan for ESTABLISHED connections