mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
More server properties fixes (#24366)
* fix locks min value * disable login auditing in linux * disable some properties from advanced tab
This commit is contained in:
@@ -593,8 +593,8 @@ export interface Server extends ObjectManagement.SqlObject {
|
||||
* The server login types.
|
||||
*/
|
||||
export const enum ServerLoginMode {
|
||||
Integrated, //windows auth only
|
||||
Mixed // both sql server and windows auth
|
||||
Integrated = 1, //windows auth only
|
||||
Mixed = 2// both sql server and windows auth
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user