aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Access/KerberosInit.h
blob: 474ec8588d0aaae93885c3c620471eff9278dc41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "clickhouse_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