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

Method CreateUserPrincipal

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

Source from the content-addressed store, hash-verified

61}
62
63Status MiniKdcWrapper::CreateUserPrincipal(const string& username) {
64 KUDU_RETURN_IF_ERROR(kdc_->CreateUserPrincipal(username),
65 "Failed to create user principal.");
66 return Status::OK();
67}
68
69Status MiniKdcWrapper::CreateServiceKeytab(const string& spn, string* kt_path) {
70 KUDU_RETURN_IF_ERROR(kdc_->CreateServiceKeytab(spn, kt_path),

Callers 4

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

Calls 1

OKFunction · 0.85

Tested by 4

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