okay, looks like I was on the right track.
I tried this command and got this response -
Code:
ldapsearch -h ldap-it.xxx.com -b dc=xxx,dc=com -E pr=10 -x "cn=teststring"
# extended LDIF
#
# LDAPv3
# base <dc=xxx,dc=com> with scope subtree
# filter: cn=teststring
# requesting: ALL
# with pagedResults control: size=10
#
# search result
search: 2
result: 12 Critical extension is unavailable
text: The server is not configured to pass through control 1.2.840.113556.1.4
.319
So, I know simple paged results isn't supported by Sun LDAP and it looks like this is what Zimbra is attempting to do.
According to
5.0.11 Directory Schema - Zimbra :: Wiki, setting zimbraGalLdapPageSize to 0 should disable paging, but it doesn't seem to be the case.
I tried both of these commands and restarting Zimbra:
Code:
zmprov md xxx.com zimbraGalSyncLdapPageSize 0
zmprov md xxx.com zimbraGalLdapPageSize 0
Any way to disable paging completely or have support for VLV?
Thanks