/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-pwauth.patch
ViewVC logotype

Annotation of /rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-pwauth.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Mar 6 20:19:53 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-14_el6_sme, e-smith-apache-2_4_0-6_el6_sme, e-smith-apache-2_4_0-12_el6_sme, e-smith-apache-2_4_0-13_el6_sme, e-smith-apache-2_4_0-10_el6_sme, e-smith-apache-2_4_0-4_el6_sme, e-smith-apache-2_4_0-9_el6_sme, e-smith-apache-2_4_0-11_el6_sme, e-smith-apache-2_4_0-8_el6_sme, e-smith-apache-2_4_0-15_el6_sme, e-smith-apache-2_4_0-7_el6_sme, e-smith-apache-2_4_0-5_el6_sme, e-smith-apache-2_4_0-3_el6_sme, HEAD
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
- Obsolete mod_auth_external and require mod_authnz_external [SME: 7319]
- Change the way module is loaded and initialized

1 slords 1.1 diff -ruN e-smith-apache-2.4.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80
2     --- e-smith-apache-2.4.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 2004-06-14 08:13:57.000000000 -0600
3     +++ e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 2013-03-06 12:40:46.224141442 -0700
4     @@ -2,5 +2,5 @@
5     # Extra Modules
6     #LoadModule php_module modules/mod_php.so
7     #LoadModule php3_module modules/libphp3.so
8     -LoadModule external_auth_module modules/mod_auth_external.so
9     +LoadModule authnz_external_module modules/mod_authnz_external.so
10    
11     diff -ruN e-smith-apache-2.4.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35ExternalPwAuth e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35ExternalPwAuth
12     --- e-smith-apache-2.4.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35ExternalPwAuth 2008-10-07 09:53:34.000000000 -0600
13     +++ e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35ExternalPwAuth 2013-03-06 12:49:05.486659406 -0700
14     @@ -1,3 +1,2 @@
15     -AddExternalAuth pwauth { -f "/usr/lib64/httpd/modules/pwauth" ? "/usr/lib64/httpd/modules/pwauth" : "/usr/lib/httpd/modules/pwauth" }
16     -SetExternalAuthMethod pwauth pipe
17     +DefineExternalAuth pwauth pipe /usr/bin/pwauth
18    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed