Re: OU Selection in "Add Users"
Mat Cantin <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab,gmane.comp.kde.kolab.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/12/12 05:41 AM, Jeroen van Meeuwen (Kolab Systems) wrote: > > Right - when adding a domain, /etc/kolab/kolab.conf must be updated to > include, at the very least: > > [newdomain.org] > base_dn = dc=newdomain,dc=org > This worked as expected in the kolab-webadmin interface. Everything seems to be created properly in regards to LDAP, but users not created with the defaul domain name are unable to login. When trying with an IMAP client the maillog says the user is invalid, and roundcube also fails because it looks for the user in the base_DN hard coded in /etc/roundcubemail/kolab_auth.inc.php. At this point I'm creating all the users in the primary DN and assigning them default emails based on the domain they are with. It works, but it's not ideal. Mat