mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
11eafc253c
- Filter no longer a required controlArray member, defaults to objectclass=*. - Sets errorCode with LDAP macro string value (better to test than the more human readable values). - Shorten minimum required characters for search scope definitions: now allows "base", "one", and "sub". For the latter two, additional characters are ignored. - Now compiles successfully with -devel branch (though less tested). - Client cache management code enabled for OpenLDAP versions <= 1.2.4. (This code is relatively untested and feedback is welcome.) - More installation cleanups to work easily as a dynamically loadable Tcl package.
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
Package version 1.2:
|
|
|
|
- Filter no longer a required controlArray member, defaults to objectclass=*.
|
|
- Sets errorCode with LDAP macro string value (better to test than the more
|
|
human readable values).
|
|
- Shorten minimum required characters for search scope definitions: now allows
|
|
"base", "one", and "sub". For the latter two, additional characters are
|
|
ignored.
|
|
- Now compiles successfully with -devel branch.
|
|
- Client cache management code enabled for OpenLDAP versions <= 1.2.4. (This
|
|
code is relatively untested and feedback is welcome.)
|