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"; |