]> git.sur5r.net Git - openldap/commit
Ldaptcl package version 1.2:
authorRandy Kunkee <kunkee@openldap.org>
Tue, 3 Aug 1999 07:23:03 +0000 (07:23 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Tue, 3 Aug 1999 07:23:03 +0000 (07:23 +0000)
commit11eafc253c1281c5a5ae55d4fc187bebedc44626
tree6a46d74a3f76506f0943069c48db9850ae686dd6
parentf7fe39e5f24fe40bb20b0c955565dfd4f9cd3907
Ldaptcl 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 (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.
contrib/ldaptcl/CHANGES [new file with mode: 0644]
contrib/ldaptcl/Makefile.in
contrib/ldaptcl/configure
contrib/ldaptcl/configure.in
contrib/ldaptcl/ldaperr.tcl [new file with mode: 0644]
contrib/ldaptcl/neoXldap.c