From a43716398cd862b5d37a10c5e1bb995b4f3453cd Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Sep 16 2009 12:21:41 +0000 Subject: - use password-auth common PAM configuration instead of system-auth --- diff --git a/freeradius-pam-conf b/freeradius-pam-conf index fff3238..090c4a5 100644 --- a/freeradius-pam-conf +++ b/freeradius-pam-conf @@ -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 diff --git a/freeradius.spec b/freeradius.spec index 5a21c7b..c0ed267 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -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 - 2.1.7-2 +- use password-auth common PAM configuration instead of system-auth + * Tue Sep 15 2009 John Dennis - 2.1.7-1 - enable building of the rlm_wimax module - pcap wire analysis support is enabled and available in utils subpackage