[Date Prev][Date Next] [Chronological] [Thread] [Top]

web2ldap.py 0.6.5: WWW gateway for accessing LDAP servers



HI!

I would like to announce a new version of web2ldap, a full-featured
LDAPv2 client written in Python designed to run as a CGI-BIN under
the control of a WWW server.

It's available for free (GPL) from

  http://www.web2ldap.de/

There's a demo running on:

  http://sites.inka.de/ms/cgi-bin/web2ldap.py

I would like to encourage people to give feedback about the
usability of this program.

Ciao, Michael.

Changes since 0.6.4:
- Omnipresent button bar throughout the whole UI now
  (including error messages).
- Implemented modrdn.
- Direct input of LDIF data possible during adding
  or modifying entries.
- Display attributes of entry according to the schema categories
  (required, allowed, not matching).
- Display entries with HTML template files.
- HTML clean-up to be hopefully SGML-conform (and friendly to
browsers).
- ID params in important HTML tags for using CSS.
- Configuration parameters for complete <BODY> tag.
- Configuration parameters for string placed in <HEAD></HEAD>
section
  (suitable for placing <STYLE> tags).
- Minor bugfixing and code cleaning.