[Kolab-devel] Kolab 3.2 multi domain documentation issue

Gelpi Andrea <[email protected]>
Newsgroups gmane.comp.kde.devel.kolab
Message-ID <[email protected]>
Hi,
	documentation at http://docs.kolab.org/howtos/multi-domain.html
is not complete.

In Roundcube Cahnges there is:

$config['kolab_auth_addressbook'] = Array(
        (...snip...)
        'base_dn'                   => 'ou=People,%dc',
        (...snip...)
        'groups'                    => Array(
                'base_dn'           => 'ou=Groups,%dc',
        (...snip...)
        'domain_base_dn'            => 'cn=kolab,cn=config',
        'domain_filter'             =>
'(&(objectclass=domainrelatedobject)(associateddomain=%s))',
        'domain_name_attr'          => 'associateddomain',
        (...snip...)

Here a line is missing.

search_base_db must be change from 'ou=People,dc=example,dc=com' to
'ou=People,%dc'

without this line modification Global Address Book is working only in
first domain.

The correct page should be:

$config['kolab_auth_addressbook'] = Array(
        (...snip...)
        'base_dn'                   => 'ou=People,%dc',
        (...snip...)
	'search_base_dn'            => 'ou=People,%dc',
	(...snip...)
        'groups'                    => Array(
                'base_dn'           => 'ou=Groups,%dc',
        (...snip...)
        'domain_base_dn'            => 'cn=kolab,cn=config',
        'domain_filter'             =>
'(&(objectclass=domainrelatedobject)(associateddomain=%s))',
        'domain_name_attr'          => 'associateddomain',
        (...snip...)

Regards,

-- 
ing. Andrea Gelpi
***************************************************
La Terra non la abbiamo ereditata dai nostri avi,
ma la abbiamo presa in prestito dai nostri bambini.
***************************************************
We do not inherit the Earth from our parents,
but borrow it from our children.
***************************************************
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.