$ldap_object['objectClass'] = array('top', 'inetOrgPerson','kolabInetOrgPerson');
to :
$ldap_object['objectClass'] = array('top',
'inetOrgPerson','kolabInetOrgPerson','hordePerson');
And then, the problem was solved.
Many thanks for your help,
Kind regards,
Sylvain