ClickHouse/src/Access/KerberosInit.h
Robert Schulze fd86829824
Consolidate config_core.h into config.h
Less duplication, less confusion ...
2022-09-28 13:31:57 +00:00

12 lines
199 B
C++

#pragma once
#include "config.h"
#include <base/types.h>
#if USE_KRB5
void kerberosInit(const String & keytab_file, const String & principal, const String & cache_name = "");
#endif // USE_KRB5