Remove kerbeeros auth attempts
This commit is contained in:
@@ -70,9 +70,12 @@ class ActionDispatcher:
|
|||||||
f"/v:{config['target']}",
|
f"/v:{config['target']}",
|
||||||
f"/u:{config['user']}",
|
f"/u:{config['user']}",
|
||||||
f"/p:{config['password']}",
|
f"/p:{config['password']}",
|
||||||
|
"/auth-pkg-list:!kerberos,!u2u",
|
||||||
"/sound",
|
"/sound",
|
||||||
"/audio-mode:0",
|
"/audio-mode:0",
|
||||||
"/cert:ignore",
|
"/cert:ignore",
|
||||||
|
"+disp",
|
||||||
|
"+dynamic-resolution",
|
||||||
"/f"
|
"/f"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user