mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 18:59:47 +00:00
perf: Connectivity choice
This commit is contained in:
@@ -634,11 +634,10 @@ class Migration(migrations.Migration):
|
||||
('ok', 'OK'),
|
||||
('err', 'Error'),
|
||||
('auth_err', 'Authentication error'),
|
||||
('sudo_err', 'Sudo permission error'),
|
||||
('password_err', 'Invalid password error'),
|
||||
('openssh_key_err', 'OpenSSH key error'),
|
||||
('ntlm_err', 'NTLM credentials rejected error'),
|
||||
('create_dir_err', 'Create directory error')
|
||||
('create_temp_err', 'Create temporary error')
|
||||
],
|
||||
default="-",
|
||||
max_length=16,
|
||||
|
Reference in New Issue
Block a user