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 --- 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 +++ 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 @@ -69,7 +69,7 @@ $OUT .= " AuthName \"$name\"\n"; $OUT .= " AuthType Basic\n"; $OUT .= " AuthExternal pwauth\n"; - $OUT .= " require admin\n"; + $OUT .= " require user admin\n"; $OUT .= " Satisfy $satisfy\n"; } $OUT .= "\n"; @@ -103,7 +103,7 @@ $OUT .= " AuthName \"$name\"\n"; $OUT .= " AuthType Basic\n"; $OUT .= " AuthExternal pwauth\n"; - $OUT .= " require admin\n"; + $OUT .= " require user admin\n"; $OUT .= " Satisfy $satisfy\n"; } $OUT .= "\n";