Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antepusic committed Jun 18, 2024
1 parent 55de52e commit adeaa28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mgclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ static mg_map *build_hello_extra(const char *user_agent, const char *scheme,
}
}

// The "basic" scheme requires a username and a password in the HELLO message.
// Other schemes (save for "kerberos", which is not supported by Memgraph) do
// not have such requirements:
// The "basic" scheme requires a username and a password/credential within the
// HELLO message. Other schemes (save for "kerberos", which is not supported
// by Memgraph) do not have such requirements:
// https://neo4j.com/docs/bolt/current/bolt/message/#messages-hello
// https://neo4j.com/docs/bolt/current/bolt/message/#messages-logon
if (scheme && strcmp(scheme, "basic") == 0) {
Expand Down

0 comments on commit adeaa28

Please sign in to comment.