diff --git a/.cvsignore b/.cvsignore index a81650b..21caaf8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-4.0.16.tar.gz +authconfig-4.1.6.tar.gz diff --git a/authconfig.spec b/authconfig.spec index fe56ed2..0e8fe12 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,13 +1,14 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig -Version: 4.0.16 -Release: 4 +Version: 4.1.6 +Release: 1 License: GPL ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.gz -Requires: glibc >= 2.1, pam >= 0.72, glib +Requires: glibc >= 2.1, pam >= 0.73, glib +BuildPrereq: pam-devel >= 0.73, glib-devel, newt-devel %description Authconfig is a terminal mode program for setting up Network @@ -15,6 +16,7 @@ Information Service (NIS) and shadow (more secure) passwords on your system. Authconfig also configures the system to automatically turn on NIS at system startup. + %prep %setup -q @@ -24,16 +26,98 @@ make %install %{makeinstall} +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root) %{_sbindir}/authconfig %{_mandir}/man8/* -%attr(-,root,root)%{_datadir}/locale/*/LC_MESSAGES/authconfig.mo %changelog +* Wed Feb 14 2001 Preston Brown +- final translation update. +- langify + +* Mon Feb 12 2001 Nalin Dahyabhai +- errors connecting to LDAP also trigger service_err returns, so ignore on + those as well + +* Fri Feb 9 2001 Nalin Dahyabhai +- handle the case where the user doesn't specify a Kerberos realm, but + enables it anyway +- update translations + +* Wed Feb 7 2001 Nalin Dahyabhai +- remove pam_access from the default configuration -- swat, pop, imap, etc. + don't define a tty and pam_access bails if one isn't set + +* Tue Feb 6 2001 Nalin Dahyabhai +- ignore on errors connecting to LDAP servers when doing LDAP account mgmt + (probably less secure, but it allows root to log in when a wrong server + name has been specified or the server is down) + +* Mon Feb 5 2001 Nalin Dahyabhai +- make account management in system-auth be an AND operation, but ignore + user_unknown status for pam_ldap account management so that local root + can log in (#26029) +- add pam_access and pam_env (#16170) to default configuration + +* Tue Jan 24 2001 Preston Brown +- final translation update before Beta + +* Tue Jan 24 2001 Nalin Dahyabhai +- update translations +- make the entry fields on the second screen just a *little* bit smaller + +* Fri Jan 12 2001 Nalin Dahyabhai +- really fix #23016 this time +- add buildprereqs on pam-devel, newt-devel, and glib-devel + +* Wed Jan 10 2001 Nalin Dahyabhai +- match nss_ldap change of flag definitions for "ssl" flag ("on"=>"start_tls") +- change the "nothing-enabled" default so that we don't mistakenly think that + NIS is enabled later on when it isn't supposed to be (#23327) +- only enable LDAP-related entry stuff on the appropriate screens (#23328) + +* Sat Dec 30 2000 Nalin Dahyabhai +- make the copyright message translateable (#23016) + +* Fri Dec 29 2000 Nalin Dahyabhai +- split the one big help message into multiple help messages (#23017) + +* Wed Dec 12 2000 Nalin Dahyabhai +- don't write out configuration files for NIS, LDAP, Kerberos, Hesiod unless + they're enabled when the user quits (we always write NSS, PAM, network) + +* Fri Dec 8 2000 Nalin Dahyabhai +- make the internal code reflect the external use of "tls" instead of "ssl" + +* Thu Dec 7 2000 Nalin Dahyabhai +- add support for toggling TLS on and off in /etc/ldap.conf + +* Wed Nov 29 2000 Nalin Dahyabhai +- don't bother with USESHADOW; testing for /etc/shadow is sufficient +- use newtGrids to make NLS text fit (mostly) +- also edit "hosts:" to make sure it's there if nsswitch.conf is gone or broken +- preserve use of "db" and "nisplus" sources, even though we don't set them up + +* Mon Nov 27 2000 Nalin Dahyabhai +- add the "nis" flag to pam_unix when NIS is enabled + +* Wed Oct 4 2000 Nalin Dahyabhai +- read/write to /etc/syconfig/authconfig for PAM setup information + +* Tue Aug 29 2000 Nalin Dahyabhai +- don't set "shadow" or "md5" for authentication with pam_unix, they're + not needed (remove for clarity) +- add an authInfoCopy() routine to authinfo.c + +* Mon Aug 28 2000 Nalin Dahyabhai +- edit /etc/openldap/ldap.conf in addition to /etc/ldap.conf + * Thu Aug 24 2000 Erik Troan - updated it and es translations diff --git a/sources b/sources index dc23587..a752b0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ef08bfec32417fac5f8a38e539f7a36 authconfig-4.0.16.tar.gz +3f97b45de2ed0479820f89eced0f6507 authconfig-4.1.6.tar.gz