[pkg-kolab] Bug#639233: kolab-webclient: webclient-kolab-conf.template does not match the installed kolab/horde version

Jens Getreu getreu at web.de
Thu Aug 25 08:19:44 UTC 2011


Package: kolab-webclient
Version: 1.2.0-20091202+debian0-1
Severity: normal
Tags: patch


For this kolab/horde version webclient-kolab-conf.template should be modified as below
(see complete file dump below).

see http://wiki.kolab.org/Kolab2_Server_Troubleshooting_-_Horde

//$conf['cookie']['domain'] = '@@@fqdnhostname@@@';
//$conf['cookie']['path'] = '@@@horde_cookie_path@@@';
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/';



-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kolab-webclient depends on:
ii  dimp1                  1.1.4+debian2-1.1 dynamic webmail component for hord
ii  horde3                 3.3.8+debian0-2   horde web application framework
ii  imp4                   4.3.7+debian0-2.1 webmail component for horde framew
ii  ingo1                  1.2.4+debian0-1   email filter component for Horde F
ii  kronolith2             2.3.4+debian0-1   calendar component for Horde Frame
ii  mnemo2                 2.2.3+debian0-1   notes/memos component for Horde Fr
ii  nag2                   2.3.4+debian0-1   task list component for Horde Fram
ii  php-db                 1.7.13-2          PHP PEAR Database Abstraction Laye
ii  php-net-imap           1:1.1.0-1         Provides an implementation of the 
ii  php-net-ldap2          2.0.9-1           PHP PEAR module for searching and 
ii  php-net-sieve          1.1.7-1           net_sieve module for PEAR
ii  php-net-smtp           1.4.2-3           PHP PEAR module implementing SMTP 
ii  php5-sqlite            5.3.3-7+squeeze3  SQLite module for php5
ii  sork-passwd-h3         3.1.2-1           Horde3 module for users to change 
ii  sqlite                 2.8.17-6          command line interface for SQLite
ii  turba2                 2.3.4+debian0-1   contact management component for h

Versions of packages kolab-webclient recommends:
ii  aspell                        0.60.6-4   GNU Aspell spell-checker
pn  mimp1                         <none>     (no description available)

Versions of packages kolab-webclient suggests:
pn  imagemagick | graphicsm <none>           (no description available)
ii  kolabd                  2.2.4-20100624-4 groupware server
pn  php5-tidy               <none>           (no description available)

-- Configuration Files:

/etc/kolab/templates/webclient-kolab-conf.template changed:
KOLAB_META_START
TARGET=@@@horde_confdir@@@/kolab.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
// Jens see http://wiki.kolab.org/Kolab2_Server_Troubleshooting_-_Horde
//$conf['cookie']['domain'] = '@@@fqdnhostname@@@';
//$conf['cookie']['path'] = '@@@horde_cookie_path@@@';
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/';
$conf['problems']['email'] = 'postmaster@@@@postfix-mydomain@@@';
$conf['problems']['maildomain'] = '@@@postfix-mydomain@@@';
$conf['kolab']['ldap']['server'] = '@@@ldap_uri@@@';
$conf['kolab']['ldap']['basedn'] = '@@@base_dn@@@';
$conf['kolab']['ldap']['phpdn'] = '@@@php_dn@@@';
$conf['kolab']['ldap']['phppw'] = '@@@php_pw@@@';
@@@if cyrus-imap@@@
$conf['kolab']['imap']['server'] = '@@@fqdnhostname@@@';
@@@else@@@
$conf['kolab']['imap']['server'] = '@@@local_addr@@@';
@@@endif@@@
$conf['kolab']['imap']['maildomain'] = '@@@postfix-mydomain@@@';
/**
 * If you use customized LDAP attributes on your LDAP server the
 * following configuration setting allows you to map the standard
 * Kolab attribute names to your customizations.
 *
 * Specify the mapping line by line:
 *
 * $conf['kolab']['ldap']['map']['uid'] = 'uid2';
 * $conf['kolab']['ldap']['map']['mobile'] = 'handy';
 *
 * or use a hash structure:
 *
 * $conf['kolab']['ldap']['map'] = array('uid' => 'uid2',
 *                                       'mobile' => 'handy');
 *
 */
//$conf['kolab']['ldap']['map']['uid'] = 'uid2';
/* Credentials for a proxy user to allow quasi anonymous ICS access
 * via /public-cal/ics. You will need to create this user first.
 */
//$conf['ics']['default_user'] = 'proxy@@@@postfix-mydomain@@@';
//$conf['ics']['default_pass'] = 'proxy';
/**
 * Uncomment if you wish to hide the organizer which is currently the proxy user.
 */
//$conf['ics']['hide_organizer'] = true;
/**
 * Uncomment if you wish to keep user preferences in LDAP rather than in
 * file based storage.
 *
 * See https://issues.kolab.org/issue3567
 */
//$conf['prefs']['driver'] = 'kolab';


-- no debconf information





More information about the pkg-kolab-devel mailing list