]> git.sur5r.net Git - openldap/blob - contrib/ldaptcl/CHANGES
2a7b8ce6ae847cbadc2c8b44b08a3008bfd948bb
[openldap] / contrib / ldaptcl / CHANGES
1 Package version 1.2:
2
3 - Filter no longer a required controlArray member, defaults to objectclass=*.
4 - Sets errorCode with LDAP macro string value (better to test than the more
5   human readable values).
6 - Shorten minimum required characters for search scope definitions: now allows
7   "base", "one", and "sub".  For the latter two, additional characters are
8   ignored.
9 - Now compiles successfully with -devel branch.
10 - Client cache management code enabled for OpenLDAP versions <= 1.2.4.  (This
11   code is relatively untested and feedback is welcome.)