views:

560

answers:

4

I'm setting up a server to offer JIRA and SVN. I figure, I'll use LDAP to keep the identity management simple.

So, before I write one.... is there a good app out there to let users change their ldap password? I want something that lets a user authenticate with ldap and update their password. A form with username, old password, new password and verification would be enough.

I can write my own, but it seems silly to do so if there's already a good app out there that handles this....

Thanks for the help.

A: 

Well, I found this which looks promising, I'd just need to teach it about ldap http://www.teuton.org/~ejm/svnpasswd/index.shtml

Peter Kahn
A: 

I guess you could try LDAP Self Service Portal.

We had the same need, but finally used the Account Manager plugin for Trac, the collaborative environment we are using.

antispam
A: 

Thanks. I broke down and wrote my own. I used the google web toolkit. It was pretty trivial.

Peter Kahn
A: 

Can you post your code?