1 |
unnilennium |
1.1 |
diff -up smeserver-bandwidthd-2.0.1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd.authfix smeserver-bandwidthd-2.0.1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd |
2 |
|
|
--- smeserver-bandwidthd-2.0.1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd.authfix 2013-12-27 14:47:52.000000000 -0500 |
3 |
|
|
+++ smeserver-bandwidthd-2.0.1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bandwidthd 2013-12-29 18:30:37.000000000 -0500 |
4 |
|
|
@@ -69,7 +69,7 @@ |
5 |
|
|
$OUT .= " AuthName \"$name\"\n"; |
6 |
|
|
$OUT .= " AuthType Basic\n"; |
7 |
|
|
$OUT .= " AuthExternal pwauth\n"; |
8 |
|
|
- $OUT .= " require admin\n"; |
9 |
|
|
+ $OUT .= " require user admin\n"; |
10 |
|
|
$OUT .= " Satisfy $satisfy\n"; |
11 |
|
|
} |
12 |
|
|
$OUT .= "</Directory>\n"; |
13 |
|
|
@@ -103,7 +103,7 @@ |
14 |
|
|
$OUT .= " AuthName \"$name\"\n"; |
15 |
|
|
$OUT .= " AuthType Basic\n"; |
16 |
|
|
$OUT .= " AuthExternal pwauth\n"; |
17 |
|
|
- $OUT .= " require admin\n"; |
18 |
|
|
+ $OUT .= " require user admin\n"; |
19 |
|
|
$OUT .= " Satisfy $satisfy\n"; |
20 |
|
|
} |
21 |
|
|
$OUT .= "</Directory>\n"; |