diff --git a/freeradius-0.9.0-pam-multilib.patch b/freeradius-0.9.0-pam-multilib.patch index ad182f4..439b4da 100644 --- a/freeradius-0.9.0-pam-multilib.patch +++ b/freeradius-0.9.0-pam-multilib.patch @@ -2,7 +2,7 @@ Remove the directory component from all paths. This lets libpam search its default directory for modules, which is needed on multilib systems because a 64-bit binary can't use the 32-bit modules which are stored in /lib/security. -Use pam_stack to make password-checking mechanisms configurable by authconfig. +Use include system-auth to make password-checking mechanisms configurable by authconfig. --- freeradius-0.9.0/redhat/radiusd-pam 2003-09-22 10:07:03.000000000 -0400 +++ freeradius-0.9.0/redhat/radiusd-pam 2003-09-22 10:07:13.000000000 -0400 @@ -14,8 +14,8 @@ Use pam_stack to make password-checking mechanisms configurable by authconfig. -password required /lib/security/pam_cracklib.so -password required /lib/security/pam_unix_password.so shadow nullok use_authtok -session required /lib/security/pam_unix_session.so -+auth required pam_stack.so service=system-auth -+auth required pam_nologin.so -+account required pam_stack.so service=system-auth -+password required pam_stack.so service=system-auth -+session required pam_stack.so service=system-auth ++auth include system-auth ++account required pam_nologin.so ++account include system-auth ++password include system-auth ++session include system-auth diff --git a/freeradius.spec b/freeradius.spec index 51bd82b..c2beed5 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable free RADIUS server. Name: freeradius Version: 1.0.4 -Release: 2 +Release: 3 License: GPL Group: System Environment/Daemons URL: http://www.freeradius.org/ @@ -263,6 +263,9 @@ fi %changelog +* Fri Sep 30 2005 Tomas Mraz - 1.0.4-3 +- use include instead of pam_stack in pam config + * Wed Jul 20 2005 Thomas Woerner 1.0.4-2 - added missing build requires for libtool-ltdl-devel (#160877) - modified file list to get a report for missing plugins