You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jeff Turner <je...@socialchange.net.au> on 2001/02/16 15:55:27 UTC

LDAP taglib: new version

Hi,

While I was playing with Uli's auth taglib, Tim Bentley was adding DSML
support to the LDAP taglib, which I'm now happy to release.

New stuff:

 - DSML support added by Tim Bentley, with <ldap:result-format> tag
 - Added <ldap:binary-attributes>, to let users specify which attributes
should be considered binary
 - Made the nonexistence of <ldap:server-url> and <ldap:query> trigger a
RuntimeException, instead of adopt silly defaults
 - New generalized examples
 - Updated docs to reflect all of the above

As usual, distributions are at:

http://kenny.socialchange.net.au/~jeff/ldaptaglib/

and the docs are at:

http://kenny.socialchange.net.au/~jeff/ldaptaglib/docs/

To get the latest from CVS:

cvs -d :pserver:anonymous@kenny.socialchange.net.au:/usr/local/src/oss
login
<press enter>
cvs -d :pserver:anonymous@kenny.socialchange.net.au:/usr/local/src/oss co
ldaptaglib


People feeling keen to rewrite the LDAP taglib in esql fashion
are desperately wanted ;)


--Jeff