MCPcopy Create free account
hub / github.com/apache/impala / InitLdap

Method InitLdap

be/src/rpc/auth-provider.h:132–132  ·  view source on GitHub ↗

Initializes ldap - just record that we're going to use it. Called prior to Start().

Source from the content-addressed store, hash-verified

130 /// Initializes ldap - just record that we're going to use it. Called prior to
131 /// Start().
132 void InitLdap() { has_ldap_ = true; }
133
134 void InitSaml() { has_saml_ = true; }
135

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected