ryanries / PassFiltEx

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

Empty password shown as allowed #15

Closed x43x61x69 closed 5 years ago

x43x61x69 commented 5 years ago

The PasswordIsOK = FALSE; seems missing from the above section, which will make empty password shown as "allowed":

https://github.com/ryanries/PassFiltEx/blob/80734d829ff390f4c2cb1b5dbb405207a0d8d779/PassFiltEx.c#L508

Or it's done this way so the Admin can actually set the password as empty on purpose?

ryanries commented 5 years ago

Good catch. I will fix it shortly. Thank you!

ryanries commented 5 years ago

Fixed