Kolab / Horde LDAP missmatch?

Matt Douhan matt at fruitsalad.org
Tue Aug 2 21:42:38 CEST 2005


On Monday 01 August 2005 19.08, Aaron J. Seigo wrote:
> yes, i have a local fix for this...
> in /kolab/var/kolab/www/admin/user/user.php on or around line 453 you'll
> see this:
>
>        $ldap_object['objectClass'] = array('top',
> 'inetOrgPerson','kolabInetOrgPerson');
>
> change it to:
>
>        $ldap_object['objectClass'] = array('top', 'inetOrgPerson',
> 'kolabInetOrgPerson', 'hordePerson');
>
> and voila, things are good, even for accounts that have never been used
> with horde. AFAIK this is not currently a generic fix since kolab doesn't
> ship with the horde LDAP schema (which contains hordePerson) so would
> likely create errors for those w/out horde.

It should not be to hard to check if horde.schema is included in the ldap 
config files and based on that conditionally use the correct one.

Any takers?

-- 
Matt Douhan
www.fruitsalad.org




More information about the users mailing list