6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8265] KOLAB backend: listUsers fails due to new LDAP2_Filter buildSearchQuery
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. .._.\ /. . | ||\ | | >< |\/| |__|| \|_|_/ \| |
Comment
> with my upgrade from horde-webmail-1.2.3-rc1 to 1.2.3-final (KOLAB > backend usage) listing users was not possible any more. further code > inspection showed a last minute introduction of PEAR's LDAP2 usage > with the current KolabLDAP code. > > > > applied you find a patch the renders user listing functional again, > the problem probably can be traced back to some encoding issue / > charset transformation (though i could not find, where): > > > > horde-webmail-1.2.3-final with patch (note the values for '_filter'): > > ---------------------------------------------------- > > Net_LDAP2_Filter::__set_state(array( '_subfilters' => array ( > 0 => Net_LDAP2_Filter::__set_state(array( '_subfilters' > => array ( ), '_match' => NULL, '_filter' > => '(sn=*)', '_debug' => false, '_default_error_mode' > => NULL, '_default_error_options' => NULL, > '_default_error_handler' => '', '_error_class' => > 'PEAR_Error', '_expected_errors' => array ( ), > )), 1 => Net_LDAP2_Filter::__set_state(array( > '_subfilters' => array ( ), '_match' => NULL, > '_filter' => '(mail=*)', '_debug' => false, > '_default_error_mode' => NULL, '_default_error_options' => > NULL, '_default_error_handler' => '', '_error_class' => > 'PEAR_Error', '_expected_errors' => array ( ), > )), 2 => Net_LDAP2_Filter::__set_state(array( > '_subfilters' => array ( ), ... etc. > > > > horde-webmail-1.2.3-final without patch (note the values for '_filter'): > > ---------------------------------------------------- > > Net_LDAP2_Filter::__set_state(array( '_subfilters' => array ( > 0 => Net_LDAP2_Filter::__set_state(array( '_subfilters' > => array ( ), '_match' => NULL, '_filter' > => '(sn=\\2a)', '_debug' => false, > '_default_error_mode' => NULL, '_default_error_options' => > NULL, '_default_error_handler' => '', '_error_class' => > 'PEAR_Error', '_expected_errors' => array ( ), > )), 1 => Net_LDAP2_Filter::__set_state(array( > '_subfilters' => array ( ), '_match' => NULL, > '_filter' => '(mail=\\2a)', '_debug' => false, > '_default_error_mode' => NULL, '_default_error_options' => > NULL, '_default_error_handler' => '', '_error_class' => > 'PEAR_Error', '_expected_errors' => array ( ), > )), 2 => Net_LDAP2_Filter::__set_state(array( > '_subfilters' => array ( ), ... etc. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers