- use include instead of pam_stack in pam config
This commit is contained in:
parent
18a4eb61a1
commit
4dce1cb4f7
@ -1,5 +1,5 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth required pam_nologin.so
|
auth include system-auth
|
||||||
auth required pam_stack.so service=system-auth
|
account required pam_nologin.so
|
||||||
account required pam_stack.so service=system-auth
|
account include system-auth
|
||||||
session required pam_stack.so service=system-auth
|
session include system-auth
|
||||||
|
5
ppp.spec
5
ppp.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The PPP (Point-to-Point Protocol) daemon.
|
Summary: The PPP (Point-to-Point Protocol) daemon.
|
||||||
Name: ppp
|
Name: ppp
|
||||||
Version: 2.4.3
|
Version: 2.4.3
|
||||||
Release: 3
|
Release: 4
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
||||||
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 7 2005 Tomas Mraz <tmraz@redhat.com> 2.4.3-4
|
||||||
|
- use include instead of pam_stack in pam config
|
||||||
|
|
||||||
* Sun Jul 31 2005 Florian La Roche <laroche@redhat.com>
|
* Sun Jul 31 2005 Florian La Roche <laroche@redhat.com>
|
||||||
- rebuild for libpcap of the day
|
- rebuild for libpcap of the day
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user