zoukankan      html  css  js  c++  java
  • 在此后复位帐户锁定计数器Reset account lockout counter after

    The Account Lockout policy has 3 variables:

    Account lockout threshold The number of log on attempts a user can make before the account is locked.
    Reset account lockout counter after       The time that must elapse before the counter is reset to zero.
    Account lockout duration The time that must elapse before an account is unlocked and the user can attempt to log on.

    If you set the value of Reset account lockout counter after to be greater than the value of Account lockout duration, Windows automatically adjusts this value to be equal to the value of Account lockout duration because if it didn't, Account lockout duration would count down first and make it possible for the user to attempt logon, while the Reset account lockout counter after counter was still decrementing, not having reset the bad attempts counter. This would guarantee that the user could never log on again.

  • 相关阅读:
    CentOS 网络配置
    BUUCTF-PWN爬坑-04-pwn1_sctf_2016
    BUUCTF-PWN爬坑-03-warmup_csaw_2016
    BUUCTF-PWN爬坑-02-rip
    此博客早八百年已停止维护
    重&长剖
    FHQ Treap
    NOIP2020游记
    CSP2020 游记
    线段树套平衡树
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1609586.html
Copyright © 2011-2022 走看看