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