steffen: server/kolabd/kolabd kolab2.schema, 1.1.1.1, 1.2 kolab_bootstrap, 1.6, 1.7

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


Author: steffen

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

Modified Files:
	kolab2.schema kolab_bootstrap 
Log Message:
New feature (Issue579): Option to allow unauthorized fb download

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- kolab2.schema	23 Nov 2004 20:26:47 -0000	1.1.1.1
+++ kolab2.schema	15 Dec 2004 00:22:42 -0000	1.2
@@ -256,6 +256,12 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   EQUALITY booleanMatch )
 
+# Allow freebusy download without authenticating first
+attributetype ( 1.3.6.1.4.1.19414.2.1.702
+  NAME 'apache-allow-unauthenticated-fb'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  EQUALITY booleanMatch )
+
 ######################
 # proftpd attributes #
 ######################
@@ -304,6 +310,7 @@
         cyrus-pop3s $
         cyrus-sieve $
         apache-http $
+	apache-allow-unauthenticated-fb $
         proftpd-ftp $
         proftpd-defaultquota $
         kolabFreeBusyFuture $

Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kolab_bootstrap	14 Dec 2004 12:28:35 -0000	1.6
+++ kolab_bootstrap	15 Dec 2004 00:22:42 -0000	1.7
@@ -429,6 +429,7 @@
         'cyrus-pop3s' => "TRUE",
         'cyrus-sieve' => "TRUE",
         'apache-http' => "FALSE",
+        'apache-allow-unauthenticated-fb' => "FALSE",
         'proftpd-ftp' => "FALSE",
         #'proftpd-defaultquota' => 100000,
         #'proftpd-userPassword' => "freebusy",





More information about the commits mailing list