- use include instead of pam_stack in pam config

This commit is contained in:
Tomáš Mráz 2005-09-30 14:44:01 +00:00
parent 0facb42611
commit 1a1713612d
2 changed files with 10 additions and 7 deletions

View File

@ -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 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. 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:03.000000000 -0400
+++ freeradius-0.9.0/redhat/radiusd-pam 2003-09-22 10:07:13.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_cracklib.so
-password required /lib/security/pam_unix_password.so shadow nullok use_authtok -password required /lib/security/pam_unix_password.so shadow nullok use_authtok
-session required /lib/security/pam_unix_session.so -session required /lib/security/pam_unix_session.so
+auth required pam_stack.so service=system-auth +auth include system-auth
+auth required pam_nologin.so +account required pam_nologin.so
+account required pam_stack.so service=system-auth +account include system-auth
+password required pam_stack.so service=system-auth +password include system-auth
+session required pam_stack.so service=system-auth +session include system-auth

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server. Summary: High-performance and highly configurable free RADIUS server.
Name: freeradius Name: freeradius
Version: 1.0.4 Version: 1.0.4
Release: 2 Release: 3
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.freeradius.org/ URL: http://www.freeradius.org/
@ -263,6 +263,9 @@ fi
%changelog %changelog
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-3
- use include instead of pam_stack in pam config
* Wed Jul 20 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-2 * Wed Jul 20 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-2
- added missing build requires for libtool-ltdl-devel (#160877) - added missing build requires for libtool-ltdl-devel (#160877)
- modified file list to get a report for missing plugins - modified file list to get a report for missing plugins