ClickHouse/src/Access/KerberosInit.h

12 lines
203 B
C++
Raw Normal View History

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