ryanries / PassFiltEx

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

If the blacklist reloading interval questions. #27

Closed poplarfeng closed 5 months ago

poplarfeng commented 5 months ago

The blacklist is reloaded every 60 seconds, so feel free to edit the blacklist file at will. The password filter will read the new updates within a minute.

//

  1. If the blacklist reloading interval can be modified?
    1. If the blacklist file is not changed, will it be reloaded?

thank a lot.

ryanries commented 5 months ago

Hello,

  1. No, currently the reloading frequency is hard coded at 60 seconds.
  2. No, the file is not reloaded if it did not change. I monitor for last modified time specifically and only reload when that changes.

Thanks!

poplarfeng commented 5 months ago

Hello,

  1. No, currently the reloading frequency is hard coded at 60 seconds.
  2. No, the file is not reloaded if it did not change. I monitor for last modified time specifically and only reload when that changes.

Thanks!

Thank you vevy much for your answer.