g3proxy: allow to set anonymous user in user-group

This commit is contained in:
zhangjingqiang 2023-04-12 18:40:49 +08:00
parent f6dae7e8e3
commit 0a93acdc8d
8 changed files with 160 additions and 84 deletions

View file

@ -65,3 +65,15 @@ format. Both can be optional and share the same data structure.
Set the check interval for user expiration and the fetch interval for dynamic users.
**default**: 60s
* anonymous_user
**optional**, **type**: :ref:`user <configuration_user_group_user>`
Set and enable the anonymous user.
This will be used if no correct username could be found in both static and dynamic users.
**default**: not set
.. versionadded:: 1.7.13