Sailesh Mukil has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8247
Change subject: Allow configuration of values passed into kebreros env vars ...................................................................... Allow configuration of values passed into kebreros env vars We always used hardcoded constants for the following kerberos environment variables: KRB5CCNAME, KRB5_KTNAME and KRB5RCACHETYPE. This patch allows for the configuration of these variables by taking arguments to InitKerberosForServer(). Callsites within Kudu have not been changed as all the parameters have default values. Change-Id: Iab4ce72c04ec4056dc89fb4c1c540a6fdaca4404 --- M src/kudu/security/init.cc M src/kudu/security/init.h 2 files changed, 27 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/8247/1 -- To view, visit http://gerrit.cloudera.org:8080/8247 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iab4ce72c04ec4056dc89fb4c1c540a6fdaca4404 Gerrit-Change-Number: 8247 Gerrit-PatchSet: 1 Gerrit-Owner: Sailesh Mukil <sail...@cloudera.com>