1 |
diff -up smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd.revert smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd |
2 |
--- smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd.revert 2014-06-16 11:52:43.000000000 -0400 |
3 |
+++ smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd 2014-02-04 10:43:41.000000000 -0500 |
4 |
@@ -68,7 +68,6 @@ |
5 |
if ($pass) |
6 |
{ |
7 |
$OUT .= " AuthName \"$name\"\n"; |
8 |
- $OUT .= " AuthBasicProvider external\n"; |
9 |
$OUT .= " AuthType Basic\n"; |
10 |
$OUT .= " AuthExternal pwauth\n"; |
11 |
$OUT .= " require user admin\n"; |
12 |
@@ -104,7 +103,6 @@ |
13 |
if ($pass) |
14 |
{ |
15 |
$OUT .= " AuthName \"$name\"\n"; |
16 |
- $OUT .= " AuthBasicProvider external\n"; |
17 |
$OUT .= " AuthType Basic\n"; |
18 |
$OUT .= " AuthExternal pwauth\n"; |
19 |
$OUT .= " require user admin\n"; |