Hi,
I need Zimbra OpenLDAP server to respond to LDAP version 2 requests due to Check Point integration which by default uses it and could not use version 3.
This is what I had in slapd.conf and slapd.conf.in configuration files. That was working before upgrade.
zimbra@XXX:~/conf$ pwd
/opt/zimbra/conf
zimbra@XXX:~/conf$ grep "allow bind_v2" *
slapd.conf:allow bind_v2
slapd.conf.in:allow bind_v2
After restarting LDAP (several times) is seems not to respond to LDAP version 2 requests:
zimbra@XXX:~/conf$ ldapsearch -x -D "cn=config" -w XXX -h XXX -P 2 "(uid=jarekb)"
ldap_bind: Protocol error (2)
additional info: historical protocol version requested, use LDAPv3 instead
Version 3 requests are working fine at the same time:
zimbra@XXXk:~/conf$ ldapsearch -x -D "cn=config" -w XXX -h XXX -P 3 "(uid=jarekb)"
# extended LDIF
#
# LDAPv3
# base <> (default) with scope subtree
# filter: (uid=jarekb)
# requesting: ALL
#
# jarekb, people, XXX
dn: uid=jarekb,ou=people,dc=XXX,dc=pl
Can anyone point me out what could change between versions 5.0 and 6.0 and how make Zimbra LDAP server to respond to version 2 binds???
Best regards
J.


LinkBack URL
About LinkBacks
sorry for that was worked, thank you
