Update active-directory-accounts.md

wrong event ID is mentioned. it's really 9:
          <event
              keywords="win:EventlogClassic"
              message="$(string.event_KDCEVENT_KRBTGT_PASSWORD_CHANGED)"
              symbol="KDCEVENT_KRBTGT_PASSWORD_CHANGED"
              value="0x00000009"
              />
This commit is contained in:
Herbert Mauerer 2020-01-23 10:14:23 +01:00 committed by GitHub
parent 66fb1e0134
commit c073d49907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ A strong password is assigned to the KRBTGT and trust accounts automatically. Li
Resetting the password requires you either to be a member of the Domain Admins group, or to have been delegated with the appropriate authority. In addition, you must be a member of the local Administrators group, or you must have been delegated the appropriate authority. Resetting the password requires you either to be a member of the Domain Admins group, or to have been delegated with the appropriate authority. In addition, you must be a member of the local Administrators group, or you must have been delegated the appropriate authority.
After you reset the KRBTGT password, ensure that event ID 6 in the (Kerberos) Key-Distribution-Center event source is written to the System event log. After you reset the KRBTGT password, ensure that event ID 9 in the (Kerberos) Key-Distribution-Center event source is written to the System event log.
### Security considerations ### Security considerations