mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 23:09:52 +08:00
fix: auth config (#317)
This commit is contained in:
@@ -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测试用户名必填"
|
||||
|
||||
|
Reference in New Issue
Block a user