Search Results for

    Show / Hide Table of Contents

    Schema

    AdmPwd.E relies on 3 new attributes added to AD schema. Attributes store:

    • Password of:
      • Managed account for each workstation (for local accounts)
      • Password of managed domain acocunts (for domain account)
    • Password history
    • Timestamp of password expiration.

    All attributes are added to may-contain attribute set of user class.
    Specification of attributes added to AD schema by the solution is in the table below.

    Attribute Parameter Value

    ms-MCS-AdmPwd

    Syntax 2.5.5.5
    (Printable case-sensitive string)
    omSyntax 19
    isSingleValued True
    searchFlags 904 (fCONFIDENTIAL + fPRESERVEONDELETE + fRODCFilteredAttribute + fNeverAuditValue)
    isMemberOfPartialAttributeSet False
    OID BASE_OID.2.1

    ms-MCS-AdmPwdExpirationTime

    Syntax 2.5.5.16
    (Large integer)
    omSyntax 65
    isSingleValued True
    searchFlags 0
    isMemberOfPartialAttributeSet False
    OID BASE_OID.2.2

    ms-MCS-AdmPwdHistory

    Syntax 2.5.5.5
    (Printable case-sensitive string)
    omSyntax 19
    isSingleValued False
    searchFlags 904 (fCONFIDENTIAL + fPRESERVEONDELETE + fRODCFilteredAttribute + fNeverAuditValue)
    isMemberOfPartialAttributeSet False
    OID BASE_OID.2.3

    BASE_OID: 1.2.840.113556.1.8000.2554.50051.45980.28112.18903.35903.6685103.1224907

    Attributes that contain password are flagged as:

    • Confidential: CONTROL_ACCESS permission is required to read the value of attribute, so password is better protected
    • Preserved on delete: value is not stripped of the tombstone, so it is possible to recover password from deleted object
    • RODC filtered: value is not replicated to RODC
    • Excluded from audit: Domain controller does not write value of attribute to Security log when detailed auditing is enabled
    • Improve this Doc
    ☀
    ☾
    Back to top Generated by DocFX