Add domain

Jeroen van Meeuwen (Kolab Systems) vanmeeuwen at kolabsys.com
Tue Nov 13 12:56:57 CET 2012


On 2012-11-13 07:07, Kay Obermueller wrote:
> On 11/13/12 7:34 AM, Andrew J. Kopciuch wrote:
>> On November 12, 2012, Kay Obermueller wrote:
>>> Hello everyone,
>>> I try to setup Kolab 2.4. In the setup I created a primary domain. 
>>> Now I
>>> want to add a second. But I can't find neither something in the
>>> webfrontend (only goups to add) nor a tutorial or guide for 2.4 on 
>>> the
>>> web. I only found that Kolab is supposed to support multiple 
>>> domains.
>>> What's wrong, what did I overlook?
>>> Thank you in advance.
>>>
>>
>> There is a section titled "Domains" about mid page, found under the 
>> "Settings"
>> tab in the web front end.  You have to be and "Administrator" or 
>> login using
>> the manager account to be able to add a domain.   Domain 
>> maintainers, and
>> regular maintainers can not ... IIRC.
>>
>> Type the domain in the box, and click add.
>>
>>
> I'm logged in as cn=Directory Manager
>

Andrew is referring to the kolab webadmin for Kolab 2.3, not Kolab 2.4.

The best I can do is using ldapmodify. Example, adding domain name 
space "example.net" to an existing domain name space of "example.org":

# cat extra-domain-example.net.ldif
dn: associateddomain=example.org,cn=kolab,cn=config
changetype: modify
add: associateddomain
associateddomain: example.net

# ldapmodify -x -h ldap://ldap.example.org -D "cn=Directory Manager" \
   -w "YourPassword" -f extra-domain-example.net.ldif

Kind regards,

Jeroen van Meeuwen

-- 
Systems Architect, Kolab Systems AG

e: vanmeeuwen at kolabsys.com
m: +44 74 2516 3817
w: http://www.kolabsys.com

pgp: 9342 BF08




More information about the users mailing list