ClickHouse/src/Access/KerberosInit.h

8 lines
169 B
C++
Raw Normal View History

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