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 |