Alexey Serbin has posted comments on this change. Change subject: WIP: Fix SASL mechanism negotiation on the server side ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/4875/1/src/kudu/rpc/sasl_rpc-test.cc File src/kudu/rpc/sasl_rpc-test.cc: PS1, Line 211: CHECK_OK(sasl_client.EnablePlain("foo", "bar")); : CHECK_OK(sasl_client.EnableGSSAPI()); > i.e a test where client has PLAIN only, and the server has GSSAPI only? sur Yes -- I was curious what would be the outcome if a client which does not support GSSAPI, just plain, negotiates with the server which requires GSSAPI. The client has correct credentials for the plain mode. -- To view, visit http://gerrit.cloudera.org:8080/4875 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4741ce618525311258d5ba61dd85f6f4721caf66 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
