mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 22:58:59 +00:00
perf: Oracle 支持
This commit is contained in:
parent
3b6c2fc0c0
commit
b5fc865cc6
@ -119,7 +119,15 @@ class Protocol(ChoicesMixin, models.TextChoices):
|
||||
'port': 1521,
|
||||
'required': True,
|
||||
'secret_types': ['password'],
|
||||
'xpack': True
|
||||
'xpack': True,
|
||||
'setting': {
|
||||
'sysdba': {
|
||||
'type': 'bool',
|
||||
'default': False,
|
||||
'label': _('SYSDBA'),
|
||||
'help_text': _('Connect as SYSDBA')
|
||||
},
|
||||
}
|
||||
},
|
||||
cls.sqlserver: {
|
||||
'port': 1433,
|
||||
|
Loading…
Reference in New Issue
Block a user