new domains without changes to /etc/kolab/kolab.conf OR "pure" LDAP-only administration

Timotheus Pokorra timotheus at pokorra.de
Mon Nov 4 10:28:50 CET 2013


Hello,
I have updated the script
https://github.com/tpokorra/kolab3_tbits_scripts/blob/master/kolab3.1/initMultiDomain.sh
with your suggestions!

I also split the installation of the roundcube plugins into a separate
file, since they are not related to the multi domain setup:
https://github.com/tpokorra/kolab3_tbits_scripts/blob/master/kolab3.1/initRoundcubePlugins.sh

I am also working on more ISP features, eg. limiting number of
accounts per domain admin:
https://github.com/tpokorra/kolab3_tbits_scripts/blob/domainAdminAccountLimitations/kolab3.1/patches/patchDomainAdminAccountLimitations.patch

I will also try now to move the domain admins to a separate domain, to
avoid problems with shared folders
(https://issues.kolab.org/show_bug.cgi?id=2460).

Timotheus

On 2 November 2013 12:41, Christian Hügel <christian.huegel at stonebyte.de> wrote:
>
>
>>
>> Oh! You know what?  I'm attaching the initMultiDomain.sh script that I modified to automate some patches download, in order to make things simpler. Because if you don't check the script before running it, chances are that it will fail to complete since you'll be missing 4 patches.
>>
>
> Hi Christian,
>
> in order to ensure that addresses in the second/third etc. domain show
> up in "GlobalAddressBooks, you have to patch also roundcubes
> config.inc.php like this:
>
>
> #####################################################################################
> # Fix Global Address Book in Multi Domain environment
> ####################################################################################
> cp -r /etc/roundcube/config.inc.php
> /etc/roundcubd/config.inc.php.beforeMultiDomain
> sed -r -i -e "s#'ou=People,.*'#'ou=People,%dc'#g"
> /etc/roundcubemail/config.inc.php
> sed -r -i -e "s#'ou=Groups,.*'#'ou=Groups,%dc'#g"
> /etc/roundcubemail/config.inc.php
>
> I have attached the altered script.Thx
>
> Cheers,
>
> Christian
>
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users


More information about the users mailing list