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.
Showing
- contrib/ldaptcl/CHANGES 11 additions, 0 deletionscontrib/ldaptcl/CHANGES
- contrib/ldaptcl/Makefile.in 9 additions, 5 deletionscontrib/ldaptcl/Makefile.in
- contrib/ldaptcl/configure 5 additions, 3 deletionscontrib/ldaptcl/configure
- contrib/ldaptcl/configure.in 4 additions, 3 deletionscontrib/ldaptcl/configure.in
- contrib/ldaptcl/ldaperr.tcl 33 additions, 0 deletionscontrib/ldaptcl/ldaperr.tcl
- contrib/ldaptcl/neoXldap.c 68 additions, 23 deletionscontrib/ldaptcl/neoXldap.c
Loading
Please register or sign in to comment