[Kolab-devel] horde ldap preferences backend
Lorenzo Musizza
lorenzo.musizza at 1000asa.com
Sun Sep 21 15:54:30 CEST 2003
Hi,
just a little note about the horde preferences backend.
I was successful storing preferences in the Kolab ldap accounts, just by
adding two objectClasses.
In create_user.php I changed this:
#$ldap_object = array('objectClass' => "inetOrgPerson");
$ldap_object["objectClass"][0]="inetOrgPerson";
$ldap_object["objectClass"][1]="top";
$ldap_object["objectClass"][2]="hordePerson";
and I configured ldap as the backend in the horde prefs.
Maybe you can add this changes for a better integration of the horde
package?
Best regards.
--
Lorenzo Musizza
http://www.1000asa.com
More information about the devel
mailing list