fix: auth config (#317)

This commit is contained in:
simontigers
2023-12-18 16:52:24 +08:00
committed by GitHub
parent ef052c4ab9
commit 0806f2ed73
4 changed files with 38 additions and 12 deletions

View File

@@ -70,6 +70,8 @@ class ErrFormat(CommonErrFormat):
not_support_test = "不支持的测试类型: {}"
not_support_auth_type = "不支持的认证类型: {}"
ldap_server_connect_timeout = "LDAP服务器连接超时"
ldap_server_connect_not_available = "LDAP服务器连接不可用"
ldap_test_unknown_error = "LDAP测试未知错误: {}"
common_data_not_support_auth_type = "通用数据不支持auth类型: {}"
ldap_test_username_required = "LDAP测试用户名必填"