- use password-auth common PAM configuration instead of system-auth
This commit is contained in:
parent
5c1a950083
commit
a43716398c
@ -1,6 +1,6 @@
|
||||
#%PAM-1.0
|
||||
auth include system-auth
|
||||
auth include password-auth
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session include system-auth
|
||||
account include password-auth
|
||||
password include password-auth
|
||||
session include password-auth
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: High-performance and highly configurable free RADIUS server
|
||||
Name: freeradius
|
||||
Version: 2.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.freeradius.org/
|
||||
@ -621,6 +621,9 @@ fi
|
||||
%{_libdir}/freeradius/rlm_sql_unixodbc-%{version}.so
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.7-2
|
||||
- use password-auth common PAM configuration instead of system-auth
|
||||
|
||||
* Tue Sep 15 2009 John Dennis <jdennis@redhat.com> - 2.1.7-1
|
||||
- enable building of the rlm_wimax module
|
||||
- pcap wire analysis support is enabled and available in utils subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user