MCPcopy Create free account
hub / github.com/apache/impala / CreateServiceKeytab

Method CreateServiceKeytab

be/src/testutil/mini-kdc-wrapper.cc:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69Status MiniKdcWrapper::CreateServiceKeytab(const string& spn, string* kt_path) {
70 KUDU_RETURN_IF_ERROR(kdc_->CreateServiceKeytab(spn, kt_path),
71 "Failed to create service keytab.");
72 return Status::OK();
73}
74
75Status MiniKdcWrapper::SetupAndStartMiniKDC(string realm,
76 string ticket_lifetime, string renew_lifetime,

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
TESTFunction · 0.45

Calls 1

OKFunction · 0.85

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
TESTFunction · 0.36