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.

  • 相关阅读:
    kill命令
    linux grep命令
    ps命令详解
    Linux chmod命令详解
    Linux netstat命令详解
    多线程同步机制的几种方法
    C++_运算符重载 总结
    malloc/free与new/delete的区别
    python发送邮件
    linux之nfs
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1609586.html
Copyright © 2011-2022 走看看