steffen: server/kolabd/kolabd/templates httpd.conf.template, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Wed Dec 15 01:22:44 CET 2004


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv17174/kolabd/templates

Modified Files:
	httpd.conf.template 
Log Message:
New feature (Issue579): Option to allow unauthorized fb download

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- httpd.conf.template	13 Dec 2004 10:12:16 -0000	1.2
+++ httpd.conf.template	15 Dec 2004 00:22:42 -0000	1.3
@@ -193,8 +193,13 @@
    Order allow,deny
    <Limit GET PUT LOCK UNLOCK PROPFIND HEAD OPTIONS>
        Allow from all
+@@@if apache-allow-unauthenticated-fb@@@
+@@@else@@@
        Require valid-user
+@@@endif@@@
    </Limit>
+@@@if apache-allow-unauthenticated-fb@@@
+@@@else@@@
    AuthType Basic
    AuthName "Kolab Freebusy"
 
@@ -208,6 +213,7 @@
    Bind_DN "@@@php_dn@@@"
    Bind_Pass "@@@php_pw@@@"
    UID_Filter "(|(uid=%u)(mail=%u))"
+@@@endif@@@
    DavMinTimeout 600
    AddDefaultCharset Off  
 </Directory>





More information about the commits mailing list