/[smecontribs]/rpms/smeserver-bandwidthd/contribs8/smeserver-bandwidthd-2.0.1.1-authfix.patch
ViewVC logotype

Annotation of /rpms/smeserver-bandwidthd/contribs8/smeserver-bandwidthd-2.0.1.1-authfix.patch

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


Revision 1.2 - (hide annotations) (download)
Tue Jun 17 18:33:59 2014 UTC (10 years ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Initial import to v9

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

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