| 30 | } |
| 31 | |
| 32 | String ApiSetupUtility::GetApiUsersConfPath() |
| 33 | { |
| 34 | return ApiSetupUtility::GetConfdPath() + "/api-users.conf"; |
| 35 | } |
| 36 | |
| 37 | bool ApiSetupUtility::SetupMaster(const String& cn, bool prompt_restart) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected