[horde] LDAP Prefs + Horde 3.0 + IMP 4.0 Prob

KaalH! kaalh at smol.org
Mon May 20 11:06:31 PDT 2002


Are you sure you're using the new horde.schema ?
Have you manually add the "hordePerson" value to your objectClass attribute ?

-- 
KaalH!


Surlignage Joel Wiesmann <joel at secuserv.ch>:

> Thanks a lot, this fixed the 0 offset - problem. But the
> Warning: LDAP: modify operation could not be completed. in 
> /usr/local/apache/htdocs/horde/lib/Prefs/ldap.php on line 444
> Still remains. Any clue? Need more info?
> 
> Joel Wiesmann
> 
> Responsible code-part:
>         /* Send the hash to the LDAP server. */
>         $updated = true;
>         if (ldap_mod_replace($this->connection, $this->dn, $new_values)) {
>             foreach($dirty_prefs as $pref) {
>                 $this->setDirty($pref, false);
>             }
>         } else {
>             Horde::logMessage(
>                 sprintf(_("Unable to modify preferences: [%d] %s"),
>                         ldap_errno($this->connection),
>                         ldap_error($this->connection)),
>                 __FILE__, __LINE__);
>             $updated = false;
>         }
> 
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


More information about the horde mailing list