/[smeserver]/rpms/e-smith-ibays/sme9/e-smith-ibays-2.4.0-ibay_auth.patch
ViewVC logotype

Annotation of /rpms/e-smith-ibays/sme9/e-smith-ibays-2.4.0-ibay_auth.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Oct 1 02:40:17 2013 UTC (10 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-ibays-2_4_0-4_el6_sme, e-smith-ibays-2_4_0-7_el6_sme, e-smith-ibays-2_4_0-14_el6_sme, e-smith-ibays-2_4_0-12_el6_sme, e-smith-ibays-2_4_0-13_el6_sme, e-smith-ibays-2_4_0-5_el6_sme, e-smith-ibays-2_4_0-2_el6_sme, e-smith-ibays-2_4_0-3_el6_sme, e-smith-ibays-2_4_0-11_el6_sme, e-smith-ibays-2_4_0-6_el6_sme, e-smith-ibays-2_4_0-8_el6_sme, HEAD
Please see changelog

1 mrjhb3 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays mezzanine_patched_e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays
2     --- e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays 2008-10-07 12:35:53.000000000 -0500
3     +++ mezzanine_patched_e-smith-ibays-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays 2013-07-14 18:46:35.732425809 -0500
4     @@ -124,6 +124,7 @@
5     {
6     $OUT .= " AuthName \"$properties{'Name'}\"\n";
7     $OUT .= " AuthType Basic\n";
8     + $OUT .= " AuthBasicProvider external\n";
9     $OUT .= " AuthExternal pwauth\n";
10     $OUT .= " require user $key\n";
11     $OUT .= " Satisfy $satisfy\n";
12     @@ -149,6 +150,7 @@
13     {
14     $OUT .= " AuthName \"$properties{'Name'}\"\n";
15     $OUT .= " AuthType Basic\n";
16     + $OUT .= " AuthBasicProvider external\n";
17     $OUT .= " AuthExternal pwauth\n";
18     $OUT .= " require user $key\n";
19     $OUT .= " Satisfy $satisfy\n";
20     @@ -165,6 +167,7 @@
21     {
22     $OUT .= " AuthName \"$properties{'Name'}\"\n";
23     $OUT .= " AuthType Basic\n";
24     + $OUT .= " AuthBasicProvider external\n";
25     $OUT .= " AuthExternal pwauth\n";
26     $OUT .= " require user $key\n";
27     $OUT .= " Satisfy $satisfy\n";

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