Skip to content

Latest commit

 

History

History
178 lines (155 loc) · 3.29 KB

File metadata and controls

178 lines (155 loc) · 3.29 KB

Audit

Events related to activity of users of solution fall into Audit category and are specified in table below.

ID Severity Description Comment
1000 Information

Admin password retrieved.
Forest: %1
Computer: %2
IsDeleted: %3
User: %4

Logged when User retrieves password for admin account of specific computer in given forest.
Empty Forest field means that local PDS forest was used.
IsDeleted field is Boolean value that is true when user retrieved password for deleted computer account

1100 Warning

Failed to retrieve admin password.
Forest: %1
Computer: %2
IsDeleted: %3
User: %4
Error: %5

Including scenario when user requesting the password retrieval does not have permission granted

1001 Information

Admin password reset.
Forest: %1
Computer: %2
User: %3
Expiration time: %4

Expiration time contains expiration time specified by user in request.
For immediate expiration, current time is sent.

1101 Warning

Failed to reset admin password.
Forest: %1
Computer: %2
User: %3
Error: %4

Including scenario when user requesting the password reset does not have permission granted

1002 Information

Key pair generated.
KeyID: %2
User: %1

1102 Warning

Failed to generate key pair.
User: %1
Error: %2

Including scenario when user requesting key pair generation is not member of PDS Admin role

1003 Information

Password of managed account retrieved.
Forest: %1
Account: %2
User: %3

Logged when User retrieves password for specified Managed Domain Account in given forest.
Empty Forest field means that local PDS forest was used.

1103 Warning

Failed to retrieve password of managed account.
Forest: %1
Account: %2
User: %3
Error: %4

Including scenario when user requesting the password retrieval does not have permission granted

1004 Information

Password of managed account reset.
Forest: %1
Account: %2
User: %3
Expiration time: %4

Expiration time contains expiration time specified by user in request.
For immediate expiration, current time is sent.

1104 Warning

Failed to reset password of managed account.
Forest: %1
Account: %2
User: %3
Error: %4

Including scenario when user requesting the password reset does not have permission granted

1105 Information

SID mapped.
User: %1
Primary SID: %2
Mapped SID: %3
Description: %4

Logged whenever access control decision was made based on SID mapping.

1106 Information

User is not member of any mandatory group; returning AccessDenied to caller.
User: %1

Logged whenever access control denies to fulfill the request because caller is not member of at least one configured mandatory group.