This repository was archived by the owner on Aug 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Event log entries
Ryan Newington edited this page Jul 3, 2018
·
2 revisions
The Lithnet LAPS web app uses the following event IDs
| Event ID | Description |
|---|---|
| 200 | A user has accessed a password |
| 201 | A user has been authenticated |
| 202 | A user has requested a password for a computer |
| 400 | The user identity provided by the IdP was not found in the directory |
| 401 | The computer requested by the user was not found in the directory |
| 402 | The requested computer did not have a LAPS password in the directory |
| 500 | The user was denied access to the LAPS password as they did not match any of the allowed readers for the target |
| 501 | The user was denied access to the LAPS password as the requested computer could not be matched to a defined target |
| 502 | The user was denied access to the LAPS password because their IP address has exceeded the configured rate limit |
| 503 | The user was denied access to the LAPS password because they have exceeded the configured rate limit |
| 600 | An unexpected error occurred in the application |
| 601 | An error occurred sending the audit success email |
| 602 | An error occurred sending the audit failure email |
| 603 | An error occurred while trying to read a template file |
| 700 | The identity provider returned an error condition and did not authenticate the user |
| 701 | An authentication failure was returned by the external authentication process |