mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-14 15:14:43 +00:00
perf: add encrypt field for sqlserver 2008
This commit is contained in:
parent
2d5401e76e
commit
a9bc716af5
@ -194,6 +194,12 @@ class Protocol(ChoicesMixin, models.TextChoices):
|
|||||||
'default': '>=2014',
|
'default': '>=2014',
|
||||||
'label': _('Version'),
|
'label': _('Version'),
|
||||||
'help_text': _('SQL Server version, Different versions have different connection drivers')
|
'help_text': _('SQL Server version, Different versions have different connection drivers')
|
||||||
|
},
|
||||||
|
'encrypt': {
|
||||||
|
'type': 'bool',
|
||||||
|
'default': True,
|
||||||
|
'label': _('Encrypt'),
|
||||||
|
'help_text': _('Whether to use TLS encryption.')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user