vote up 3 vote down star
1

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.

flag

73% accept rate

4 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down check

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

link|flag
vote up 0 vote down

Can you post your code?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.