Fast query: ldapsearch -x -h xxx -b "ou=ds,dc=cb,dc=net" -W -D "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net" "(objectclass=groupofuniquenames)" "cn" | sort -u | wc Slow query: ldapsearch -x -h xxx-b "ou=groups,ou=ds,dc=cb,dc=net" -W -D "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net" "(objectclass=groupofuniquenames)" "cn" | sort -u | wc On 09/10/2015 03:00 PM, ghiureai wrote:
Hi Gurus, we are seening some performance issues when running ldapsearch with tree ou=Groups, ou=ds , dc=abc, dc=net takes longer than when looking for same user but from one level up of tree up aka :ou=ds, dc=abc,dc=net, the difference in time very high , any idea why we seeing this ? Also we are seeing time exec diff when running from same levele of DS( under ou=ds) but different ou's ? Isabella
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users