[Tickets #6686] Re: Vacation and forward conflict in SunOne LDAP schema
bugs at horde.org
bugs at horde.org
Fri May 8 12:04:02 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6686
------------------------------------------------------------------------------
Ticket | 6686
Updated By | falon at csi.it
Summary | Vacation and forward conflict in SunOne LDAP schema
Queue | Vacation
Version | 3.0.1
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Ben Klang
+New Attachment | ldapSunOneMess.php
------------------------------------------------------------------------------
falon at csi.it (2009-05-08 08:03) wrote:
I add the same driver patched for Messaging Server based on last
vacation version (3.1).
Original ldap driver doesn't work for Sun Messaging.
In this last vacation version I had also to modify new Driver.php in
function isEnabled:
// Check vacation flag.
if ($current_details['vacation'] == 'y' ||
$current_details['vacation'] == 'Y' ||
$current_details['vacation'] ==
$this->_params[$this->_realm]['enabled']) {
return 'Y';
} elseif ($current_details['vacation'] == 'n' ||
$current_details['vacation'] == 'N' ||
$current_details['vacation'] ==
$this->_params[$realm]['disabled']) {
return 'N';
} else {
return false;
}
More information about the bugs
mailing list