/[smecontribs]/rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav-0.1-fixAuthName.patch
ViewVC logotype

Contents of /rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav-0.1-fixAuthName.patch

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


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:26 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mod_dav-0_1-17_el4_sme, smeserver-mod_dav-0_1-18_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 --- smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays.fixAuthName 2008-09-17 18:57:06.000000000 +0200
2 +++ smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2008-09-17 19:19:01.000000000 +0200
3 @@ -24,6 +24,7 @@
4 $OUT .= " IndexOptions FancyIndexing IconsAreLinks\n\n";
5 if ($properties{'Group'})
6 {
7 + $OUT .= " AuthName \"$key\"\n";
8 $OUT .= " AuthType Basic\n";
9 $OUT .= " AuthExternal pwauth\n\n";
10 # Save groupname and find it in the group list

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