g3proxy: support facts user auth in tcp_tproxy server

This commit is contained in:
Zhang Jingqiang 2026-01-03 23:38:28 +08:00
parent 00bc32af06
commit ab94035032
41 changed files with 752 additions and 116 deletions

View file

@ -56,6 +56,21 @@ The token can be in the following types:
The currently supported crypt(5) methods are: md5, sha256, sha512.
match_by_facts
--------------
**optional**, **type**: :ref:`facts_match_value <conf_value_facts_match_value>` | seq
Set the authenticate facts that will match this user.
This config option will only be used by the following user groups:
* :ref:`facts <configuration_auth_user_group_facts>`
**default**: not set
.. versionadded:: 1.13.0
expire
------