Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18245 )
Change subject: [security] harmonize updates to mini_kdc ...................................................................... [security] harmonize updates to mini_kdc Impala recently rebased their Kudu libraries and ran into some build issues. This patch addresses one: An Impala backend test calls MiniKdc::Kinit() with parameter "dummy/host", but "/" caused a runtime error in MiniKdc::Kinit(). This patch replaces "/" with "_" when creating the template. The same is not done for principal names, which can consist "/". This is a follow-up to 8133fbfb734c18be8f4abb3ee83ac9dd0cc4ce16. Change-Id: I60bd9a0bf3113a689a252182b4e6292dff12a9e7 Reviewed-on: http://gerrit.cloudera.org:8080/18245 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/security/test/mini_kdc.cc 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18245 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I60bd9a0bf3113a689a252182b4e6292dff12a9e7 Gerrit-Change-Number: 18245 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
