Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/operate/rs/security/audit-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,13 @@ Here is a sample authentication request for a database:
}
```

Status reports success or failure. Values of `2` or `8` indicate success; other values indicate failure.
The `status` field reports the following:

- Values of 2, 7, or 8 indicate success.

- Values of 3 or 5 indicate that the client authentication is in progress and should conclude later.

- Other values indicate failures.

### Database disconnect

Expand Down