[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap-client-cgi.py 0.5.0: WWW gateway for accessing LDAP servers
HI!
I would like to announce a new version of ldap-client-cgi.py, a
WWW-LDAP-Gateway written in Python.
It's available for free (GPL) from
http://sites.inka.de/ms/python/ldap-client-cgi/
There's also a working demo there.
I would like to encourage people to give feedback about the usability
of this program.
Ciao, Michael.
Changes since 0.4.4
- complete re-design of add/modify
- client-side schema checking with appropriate input forms
for required and allowed attributes
- automatically checking for missing parent DNs if add fails
with "NO SUCH OBJECT" for reducing FAQ-traffic on
OpenLDAP mailing lists ;-)
- support for setting hashed passwords ({crypt},{md5} and {sha})
- minor enhancements of user interface
- some small bug fixes