[Kolab-devel] Kolab 3.2 multi domain documentation issue
Gelpi Andrea
liste at gelpi.it
Sat Aug 16 12:20:16 CEST 2014
Il 15/08/2014 19:10, Gelpi Andrea ha scritto:
> 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,
>
Yesterday I forgot to say that the file that need to be modify as above
is only /etc/roundcubemail/config.inc.php
Documentation is OK for file /etc/roundcubemail/kolab_auth.inc.php
--
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.
***************************************************
More information about the devel
mailing list