[sork] [vacation] Status-Message not updated

Jan Schneider jan at horde.org
Mon Feb 25 22:48:05 UTC 2008


Zitat von Hanns Mattes <hanns at hannsmattes.de>:

> Hei, Jan,
>
>
> Jan Schneider <jan at horde.org> schrieb:
>
>>> [vacation status message not updating]
>> What's the content of $current_details in isEnabled()? Put a
>> var_dump($current_details) in there.
>
> Output with vacationActive=True
> array(2) { ["message"]=>  string(0) "" ["vacation"]=>  string(5) "FALSE" }
>
> corresponding settings in conf.php
> ,----
> | $conf['server']['params']['default']['vacation'] = 'vacationInfo';
> | $conf['server']['params']['default']['active'] = 'vacationActive';
> | $conf['server']['params']['default']['enabled'] = 'TRUE';
> | $conf['server']['params']['default']['disabled'] = 'FALSE';
> `----
>
> With the lowercase values "true" and "false" I get:
> array(2) { ["message"]=>  string(0) "" ["vacation"]=>  bool(false) }
>
>
> Output with attribute "title=Y"
>
> array(2) { ["message"]=>  string(0) "" ["vacation"]=>  string(1) "Y" }
>
> corresponding settings in conf.php
> ,----
> | $conf['server']['params']['default']['vacation'] = 'vacationInfo';
> | $conf['server']['params']['default']['active'] = 'title';
> | $conf['server']['params']['default']['enabled'] = 'Y';
> | $conf['server']['params']['default']['disabled'] = 'N';
> `----
>
> FYI: I'm using vacation H3(3.0.1)

Sorry, I don't follow. It looks like your LDAP server is not returning  
the vacationActive attribute properly. There is nothing *we* could do  
about that.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the sork mailing list