[Kolab-devel] problem & fix for freebusy via http in kolab 2.0
Aaron J. Seigo
aseigo at kde.org
Thu Jun 23 21:46:31 CEST 2005
hoo hoo.. my first mail to the list and i'm already replying to myself! ;)
On Thursday 23 June 2005 01:16, Aaron J. Seigo wrote:
> $fb_url = $conf['kolab']['freebusy']['protocol'] . '://' . $conf['kolab']
> ['imap']['server'] . ':' . $conf['kolab']['freebusy']['port'] .
> "/freebusy/$email.vfb";
see attached patch. it also add this stuff to the horde setup page. very
simple, and i'm using it currently in production. yes, i like living
dangerously ;)
--
Aaron J. Seigo
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
-------------- next part --------------
Index: config/conf.xml
===================================================================
RCS file: /repository/horde/config/conf.xml,v
retrieving revision 1.106
diff -r1.106 conf.xml
1418a1419,1423
> <configheader>Kolab IMAP Free/Busy Access</configheader>
> <configsection name="freebusy">
> <configstring name="protocol" desc="Protocol:">https</configstring>
> <configinteger name="port" desc="Port:">443</configinteger>
> </configsection>
Index: kronolith/lib/Storage/kolab.php
===================================================================
RCS file: /repository/kronolith/lib/Storage/kolab.php,v
retrieving revision 1.6
diff -r1.6 kolab.php
31c31,32
< $fb_url = 'http://' . $conf['kolab']['imap']['server'] . "/freebusy/$email.vfb";
---
> $fb_url = $conf['kolab']['freebusy']['protocol'] . '://' . $conf['kolab']['imap']['server'] .
> ':' . $conf['kolab']['freebusy']['port'] . "/freebusy/$email.vfb";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20050623/5236bd75/attachment.sig>
More information about the devel
mailing list