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.
Thanks. I broke down and wrote my own. I used the google web toolkit. It was pretty trivial.