Web interface to allow users to change their Active Directory password
Posted
by csexton
on Server Fault
See other posts from Server Fault
or by csexton
Published on 2009-07-07T16:51:37Z
Indexed on
2010/03/29
19:13 UTC
Read the original article
Hit count: 347
I have a few web applications that use Active Directory to authenticate. What I would like to be able to do is provide a simple web page that would allow users to update their AD password.
This wasn't a problem when the majority of the users had windows machines that connected to this AD server (and could ctrl-alt-del to change the password), but we are moving away from that and the AD server is mostly for web apps.
Is there a simple solution for this, or am I looking at the big LDAP managers?
© Server Fault or respective owner