[horde] ActiveSync GAL setup help - search returns no contacts
James B. MacLean
macleajb at ednet.ns.ca
Fri Feb 1 22:42:20 UTC 2013
Horde 5.0.3
Turba 4.0.2
I have set:
$conf['gal']['addressbook'] = 'localldap';
in
/var/www/horde/turba/config/conf.php
Global Address Book - localldap is working fine returning users.
Log only showing:
2013-02-01T18:32:58-04:00 INFO: [Appl88041BV1A4T] Handling SEARCH command.
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Search>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Store>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Name>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I GAL
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Name>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Query>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I Ma
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Query>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Options>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I <Search:Range>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I 0-50
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Range>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Options>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Store>
2013-02-01T18:32:58-04:00 DEBUG: [32543] I </Search:Search>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Search>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Status>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O 1
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Status/>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Response>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Store>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Status>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O 1
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Status/>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Store/>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Response/>
2013-02-01T18:32:58-04:00 DEBUG: [32543] O <Search:Search/>
2013-02-01T18:32:58-04:00 INFO: [32543] User macleajb logged off
I confirmed that localldap is being found in "contacts_search" function in:
/usr/share/pear/Horde/Core/ActiveSync/Connector.php
and that in the same function:
$this->_registry->contacts->search($query, $opts)[0] is empty.
Is there some setup piece that I have missed? If not, where would I find
the function :
$this->_registry->contacts->search()
So that I might find out why it is not returning anything?
Thanks,
JES
More information about the horde
mailing list