Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > b1c4d3dd9abeb4878bc41aba55c59914 > files > 1

kolab-syncroton-1.0.1-5.mga3.src.rpm

diff -u -r kolab-syncroton-1.0.1/docs/kolab-syncroton.conf kolab-syncroton-1.0.1.mga/docs/kolab-syncroton.conf
--- kolab-syncroton-1.0.1/docs/kolab-syncroton.conf	2012-09-21 05:01:51.000000000 -0700
+++ kolab-syncroton-1.0.1.mga/docs/kolab-syncroton.conf	2013-01-07 20:53:50.000000000 -0700
@@ -4,22 +4,18 @@
 ScriptAlias /Microsoft-Server-ActiveSync /usr/share/kolab-syncroton/index.php
 
 <Directory "/usr/share/kolab-syncroton/">
-    Order Allow,Deny
-    Allow from All
+    Require all denied
 </Directory>
 
 <Directory "/usr/share/kolab-syncroton/config/">
-    Order Deny,Allow
-    Deny from All
+    Require all denied
 </Directory>
 
 <Directory "/usr/share/kolab-syncroton/lib/">
-    Order Deny,Allow
-    Deny from All
+    Require all denied
 </Directory>
 
 <Directory "/usr/share/kolab-syncroton/logs/">
-    Order Deny,Allow
-    Deny from All
+    Require all denied
 </Directory>