Andrew Wong has uploaded this change for review. ( 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 --- M src/kudu/security/test/mini_kdc.cc 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/45/18245/1 -- 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: newchange Gerrit-Change-Id: I60bd9a0bf3113a689a252182b4e6292dff12a9e7 Gerrit-Change-Number: 18245 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
