[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Access control - passwords and accounts
Kevin Myer wrote:
>
> Finally, I need to come up with something simple to allow users to change
> their passwords, via a web interface.
Have a look at my ldap-client-cgi - a web gateway to LDAP servers
written in Python. Support for client-hashed passwords included (crypt,
MD5, SHA).
http://sites.inka.de/ms/python/ldap-client-cgi/
You might wanna use that together with some pre-defined HTML pages of
your own or just take it as an example...
Ciao, Michael.