I've not had any success searching for past posts that outline how someone has accomplished this before. I am using Apex 5.0 built in LDAP Authentication capability now, but I want to be able to also allow the end user change their AD password as well.
I've seen multiple 3rd party applications (for cost) and a few open source web solutions for changing AD passwords, which could be (if installed on the same server as Apex) linked to from the logon page of my application. I also searched for plugins, but did not find a solution. I've seen as well, a Microsoft powershell solution that might work, maybe by calling the PS script from within an Apex function/procedure...?
https://technet.microsoft.com/en-us/library/ee617261.aspx
However, I would rather keep this as PLSQL contained within Apex.
Thanks,
Rich