docs: fix closing tag

This commit is contained in:
Thales Macedo Garitezi 2022-12-16 10:02:40 -03:00
parent a9d0143d5f
commit e6a8be1ff6
1 changed files with 1 additions and 1 deletions

View File

@ -2050,7 +2050,7 @@ base_listener_enable_authn {
Set <code>true</code> (default) to enable client authentication on this listener, the authentication
process goes through the configured authentication chain.
When set to <code>false</code> to allow any clients with or without authentication information such as username or password to log in.
When set to <code>quick_deny_anonymous<code>, it behaves like when set to <code>true</code> but clients will be
When set to <code>quick_deny_anonymous</code>, it behaves like when set to <code>true</code> but clients will be
denied immediately without going through any authenticators if <code>username</code> is not provided. This is useful to fence off
anonymous clients early.
"""