Skip to content

Commit 5df4794

Browse files
author
Lin Liu
committed
CP-312077: Set winbind_keep_configuration to true by default
Keep winbind configuration on failure by default is good for debug - Get configuration details that cause the fail - Can perform a manual retry Signed-off-by: Lin Liu <lin.liu01@citrix.com>
1 parent 8253466 commit 5df4794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/xapi/xapi_globs.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ let winbind_set_machine_account_kerberos_encryption_type = ref false
10651065

10661066
let winbind_scan_trusted_domains = ref false
10671067

1068-
let winbind_keep_configuration = ref false
1068+
let winbind_keep_configuration = ref true
10691069

10701070
let serialize_auth_service = ref true
10711071

0 commit comments

Comments
 (0)