Skip to content

Commit 8f846bb

Browse files
authored
CP-312077: Set winbind_keep_configuration to true by default (#6990)
Keep winbind configuration on failure by default is good for debug - Get configuration details that cause the fail - Can perform a manual retry
2 parents 8253466 + 5df4794 commit 8f846bb

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)