Hi all,
I have integrated Piler with OpenLDAP successfully.
But when LDAP user [email protected] searched with no resource:
Apr 12 17:38:03 ldap-2 piler-webui[13766]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('@to ') ORDER BY `sent` DESC LIMIT 0,1000 OPTION
max_matches=1000' in 0.00 s, 0 hits
or with "from: viet":
Apr 12 17:43:32 ldap-2 piler-webui[28879]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('(@from viet & @to )') ORDER BY `sent` DESC LIMIT
0,1000 OPTION max_matches=1000' in 0.00 s, 0 hits
While auditor can do searching normally:
Apr 12 17:47:12 ldap-2 piler-webui[19239]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('(@from viet) ') ORDER BY `sent` DESC LIMIT 0,1000
OPTION max_matches=1000' in 0.00 s, 23 hits
I have searched in documents and mail archive but no luck.
--
Viet Hoang