mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
[Update] 修改批量移除节点时不选择节点给出提示信息
This commit is contained in:
@@ -417,7 +417,7 @@ class LDAPTestUtil(object):
|
||||
except LDAPPasswordIsMandatoryError as e:
|
||||
error = _('Please enter Password: {}'.format(e))
|
||||
except LDAPInvalidDnError as e:
|
||||
error = _('Please enter Correct Bind DN and Password: {}'.format(e))
|
||||
error = _('Please enter correct Bind DN and Password: {}'.format(e))
|
||||
except Exception as e:
|
||||
error = _('Unknown error: {}'.format(e))
|
||||
else:
|
||||
|
Reference in New Issue
Block a user