ryanries / PassFiltEx

PassFiltEx. An Active Directory Password Filter.
GNU General Public License v3.0
264 stars 50 forks source link

Custom error message #16

Closed juangranados closed 5 years ago

juangranados commented 5 years ago

Hi Ryan! Thanks for your amazing password filter. I was able to deploy it on my environment and works flawlessly. I would like to customize the error message that DC server returns to the users. Would it be possible with PassFiltEx?

Best regards.

ryanries commented 5 years ago

Unfortunately this is just not possible. People have been wanting this for years, but the only way to implement this currently is to have an agent on the workstation that does the policy checking and displays the custom error message to the user. The DC is hard-coded to return only one or two different error messages to the client when a password change fails.