Alexey Serbin has posted comments on this change. Change subject: MiniKdc for C++ ......................................................................
Patch Set 7: (1 comment) http://gerrit.cloudera.org:8080/#/c/4752/7/src/kudu/security/mini_kdc.cc File src/kudu/security/mini_kdc.cc: PS7, Line 293: MakeArgv({ kinit, username }), username btw, if there are some issues with adding that stdin content parameter (size limitations, necessity to add tests, etc.), consider as an option the following way to invoke kinit: /bin/sh -C "echo _password_ | kinit _username_" -- To view, visit http://gerrit.cloudera.org:8080/4752 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I63fc53eeaa1e40b217030adc1ca0c132f43a076c Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
