- use include instead of pam_stack in pam config

This commit is contained in:
Tomáš Mráz 2005-10-10 11:39:12 +00:00
parent 4dcb6208fd
commit 766f18bfab
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#%PAM-1.0 #%PAM-1.0
auth required pam_stack.so service=system-auth auth include system-auth
account required pam_stack.so service=system-auth account include system-auth

View File

@ -18,7 +18,7 @@
Summary: A widely used Mail Transport Agent (MTA). Summary: A widely used Mail Transport Agent (MTA).
Name: sendmail Name: sendmail
Version: 8.13.5 Version: 8.13.5
Release: 1 Release: 2
License: Sendmail License: Sendmail
Group: System Environment/Daemons Group: System Environment/Daemons
Provides: smtpdaemon Provides: smtpdaemon
@ -572,6 +572,9 @@ exit 0
%{_docdir}/sendmail %{_docdir}/sendmail
%changelog %changelog
* Mon Oct 10 2005 Tomas Mraz <tmraz@redhat.com> 8.13.5-2
- use include instead of pam_stack in pam config
* Mon Sep 19 2005 Thomas Woerner <twoerner@redhat.com> 8.13.5-1 * Mon Sep 19 2005 Thomas Woerner <twoerner@redhat.com> 8.13.5-1
- new version 8.13.5 - new version 8.13.5
- fixed email address in changelog - fixed email address in changelog