We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e406 commit aa09cb8Copy full SHA for aa09cb8
ocaml/xapi/xapi_pool.ml
@@ -322,7 +322,8 @@ let pre_join_checks ~__context ~rpc ~session_id ~force =
322
slavetobe_auth_type slavetobe_auth_service_name ;
323
if
324
slavetobe_auth_type <> master_auth_type
325
- || slavetobe_auth_service_name <> master_auth_service_name
+ || String.lowercase_ascii slavetobe_auth_service_name
326
+ <> String.lowercase_ascii master_auth_service_name
327
then (
328
error
329
"Cannot join pool whose external authentication configuration is \
0 commit comments