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 fec9f97Copy full SHA for fec9f97
ocaml/xapi/xapi_pool.ml
@@ -322,7 +322,7 @@ 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 <> String.lowercase_ascii master_auth_service_name
326
then (
327
error
328
"Cannot join pool whose external authentication configuration is \
0 commit comments