| 67 | } |
| 68 | |
| 69 | Status 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 | |
| 75 | Status MiniKdcWrapper::SetupAndStartMiniKDC(string realm, |
| 76 | string ticket_lifetime, string renew_lifetime, |