zoukankan      html  css  js  c++  java
  • Active Directory Attrubites mapping

    在Password policy setting的UI设定中,显示的名字如何与ADSI中的properties,即attributes对应呢?

    对于default password policy settings的值都在ADSI中的root AD的properties中

    请参考:http://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=643

    The following Changed Attributes correspond to settings group policy under Computer Configuration\Windows Settings\Security Settings\Account Policies\Password Policy:
    Password Properties = "Password must meet complexity requirements" and "Store password using reversible encryption for all users in the domain"
    - 0 = both complexity and reversible encryption disabled
    1 = complexity enabled and reversible encryption disabled
    - 16 = complexity disabled and reversible encryption enabled
    - 17 = both complexity and reversible encryption enabled
    Min. Password Age = Minimum password age
    Max. Password Age = Maximum password age
    Min. Password Length = Minimum password length
    Password History Length = Enforce password history

    The following Changed Attributes correspond to settings group policy under Computer Configuration\Windows Settings\Security Settings\Account Policies\Account Lockout Policy:
    Lockout Threshold = Account lockout threshold
    Lockout Observation Window = Reset account lockout counter after
    Lockout Duration = Account lockout duration

    The following Changed Attributes correspond to settings group policy under Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options:
    Force Logoff = Network security: Force logoff when logon hours expire

  • 相关阅读:
    React 生命周期
    React 总结
    系统后台设置
    数据库的事务日志已满,起因为"LOG_BACKUP"。
    webpack 打包器
    地图API
    ES6 与 React
    前端流行的技术
    Javascript 函数声明、函数表达式与匿名函数自执行表达式
    Javascript 解读与思想
  • 原文地址:https://www.cnblogs.com/sdikerdong/p/2309149.html
Copyright © 2011-2022 走看看