1 |
stephdl |
1.1 |
diff -Nur smeserver-mod_dav-1.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays smeserver-mod_dav-1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays |
2 |
|
|
--- smeserver-mod_dav-1.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2014-06-10 15:27:12.678644629 +0200 |
3 |
|
|
+++ smeserver-mod_dav-1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2014-06-10 15:28:19.812176752 +0200 |
4 |
|
|
@@ -25,6 +25,7 @@ |
5 |
|
|
if ($properties{'Group'}) |
6 |
|
|
{ |
7 |
|
|
$OUT .= " AuthName \"$key\"\n"; |
8 |
|
|
+ $OUT .= " AuthBasicProvider external\n"; |
9 |
|
|
$OUT .= " AuthType Basic\n"; |
10 |
|
|
$OUT .= " AuthExternal pwauth\n\n"; |
11 |
|
|
# Save groupname and find it in the group list |