/[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.1 - (show annotations) (download)
Wed Sep 17 17:37:41 2008 UTC (15 years, 8 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-mod_dav-0_1-16_el4_sme
* Wed Sep 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1-16
- Fix AuthName error in httpd error log when not specified [SME: 4563]

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