I have uploaded a new version of the password tool. There are 2 features added:
- Support for a SSL connection to your domain controller. Since some time it is mandatory to use SSL for password related operations
- Support for a SSL connection to the SMTP server. As requested in the comments. I’am using the .net SmptClient with its limitations. (I believe one of them is self signed certificates on 465)
You can find the options to enable/disable SSL on the setup page. Let me know if you would like to know how to enable SSL on your Domain Controller.
how can i fix this problem:
System.DirectoryServices.AccountManagement.PasswordException: (HRESULT: 0x8007202F) —> System.DirectoryServices.DirectoryServicesCOMException: (Wyjątek od HRESULT: 0x8007202F)
in
PasswordChanger.PasswordHelper.ChangePassword(String NewPassword, String OldPassword)