Skip to content

Commit

Permalink
admin_manual/list_of_events: Document error_codes for proxy_session_f…
Browse files Browse the repository at this point in the history
…inished
  • Loading branch information
cmouse committed Jan 17, 2024
1 parent 675f2d5 commit 0835375
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions source/admin_manual/list_of_events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2273,6 +2273,7 @@ Events emitted when login process proxies a connection to a backend.
:inherit: login_proxy_session

:field error: If login to destination failed, contains the error.
:field error_code: If login to destination failed, contains the error_code.
:field disconnect_side: Which side disconnected: ``client``, ``server``,
``proxy``.
:field disconnect_reason: Reason for disconnection (empty = clean
Expand All @@ -2286,6 +2287,26 @@ Events emitted when login process proxies a connection to a backend.
Connection to proxy destination has ended, either successfully or with
error.

**List of error codes**

authorization_failed
User authorization failed.
temp_fail
Auth service reported temporary failure.
user_disabled
User is disabled.
password_expired
Password is expired.
invalid_base64
Challenge response was invalid BASE64.
login_disabled
Login is disabled.
invalid_mech
Used mechanism isn't supported.
cleartext_auth_disabled
Cleartext authentication is not enabled, use TLS.
anonymous_auth_disabled
Anonymous authentication is not enabled.

***********
FTS-Dovecot
Expand Down

0 comments on commit 0835375

Please sign in to comment.