[Tickets #9826] Re: Schema checking broken in Turba_Driver_Ldap
bugs at horde.org
bugs at horde.org
Tue Apr 19 16:08:38 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9826
------------------------------------------------------------------------------
Ticket | 9826
Aktualisiert Von | heinz at htl-steyr.ac.at
Zusammenfassung | Schema checking broken in Turba_Driver_Ldap
Warteschlange | Turba
Version | 3.0
Typ | Bug
Status | Resolved
Priorität | 2. Medium
Milestone | 3.0.1
Patch |
Zuständige | Jan Schneider
------------------------------------------------------------------------------
heinz at htl-steyr.ac.at (2011-04-19 16:08) hat geschrieben:
In function may() and must() superclasses are checked like:
$attributes = array_merge($attributes, $this->may($sup));
You should provide a "true" value to the parameter "checksup" to check
ALL superclasses
(also superclasses of the superclass)
-> $attributes = array_merge($attributes, $this->may($sup,true));
More information about the bugs
mailing list