Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <gtest/gtest.h>
#include "common/logging.h"
#include "rpc/authentication.h"
#include "util/network-util.h"
#include "util/thread.h"
#include "common/names.h"
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
DECLARE_bool (enable_ldap_auth) | |
DECLARE_string (ldap_uri) | |
DECLARE_string (keytab_file) | |
DECLARE_string (principal) | |
impala::TEST (Auth, PrincipalSubstitution) | |
impala::TEST (Auth, ValidAuthProviders) | |
impala::TEST (Auth, LdapAuth) | |
impala::TEST (Auth, LdapKerbAuth) | |
int | main (int argc, char **argv) |
Variables | |
static const char * | env_keytab = NULL |
static const char * | env_princ = NULL |
DECLARE_bool | ( | enable_ldap_auth | ) |
DECLARE_string | ( | ldap_uri | ) |
DECLARE_string | ( | keytab_file | ) |
DECLARE_string | ( | principal | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 111 of file authentication-test.cc.
References env_keytab, env_princ, impala::InitGoogleLoggingSafe(), and impala::InitThreading().
|
static |
Definition at line 29 of file authentication-test.cc.
Referenced by main(), and impala::TEST().
|
static |
Definition at line 30 of file authentication-test.cc.
Referenced by main(), and impala::TEST().