/[smecontribs]/rpms/smeserver-shared-folders/contribs10/smeserver-shared-folders-0.3-fix_auth_basic.patch
ViewVC logotype

Contents of /rpms/smeserver-shared-folders/contribs10/smeserver-shared-folders-0.3-fix_auth_basic.patch

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


Revision 1.1 - (show annotations) (download)
Thu Jul 23 17:47:16 2020 UTC (3 years, 9 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_3-18_el7_sme, smeserver-shared-folders-0_3-16_el7_sme, smeserver-shared-folders-0_3-13_el7_sme, smeserver-shared-folders-0_3-17_el7_sme, smeserver-shared-folders-0_3-20_el7_sme, smeserver-shared-folders-0_3-22_el7_sme, smeserver-shared-folders-0_3-12_el7_sme, smeserver-shared-folders-0_3-21_el7_sme, smeserver-shared-folders-0_3-23_el7_sme, smeserver-shared-folders-0_3-14_el7_sme, smeserver-shared-folders-0_3-15_el7_sme, smeserver-shared-folders-0_3-19_el7_sme, HEAD
Initial import

1 diff -Nur smeserver-shared-folders-0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50shares smeserver-shared-folders-0.3_authbasic/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50shares
2 --- smeserver-shared-folders-0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50shares 2013-11-11 20:18:26.000000000 +0100
3 +++ smeserver-shared-folders-0.3_authbasic/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50shares 2014-06-23 19:23:38.342466176 +0200
4 @@ -156,6 +156,7 @@
5 $OUT .= " AuthName \"$properties{'Name'}\"\n";
6 $OUT .= " AuthType Basic\n";
7 $OUT .= " AuthExternal pwauth\n";
8 + $OUT .= " AuthBasicProvider external\n";
9 $OUT .= " require user $readers\n" unless ($webdav);
10 $OUT .= " Satisfy $satisfy\n" unless ($webdav);
11 }

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