ryanries / PassFiltEx

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

Documentation clarification #23

Closed erichenson closed 1 year ago

erichenson commented 1 year ago

Do changes to the registry settings require a reboot to take effect?

ryanries commented 1 year ago

No, UpdateConfigurationFromRegistry() runs as part of the blacklist thread, which runs in an infinite loop I believe once every minute. So changes to the registry should not require a reboot.