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

Function create_ldap_connection

tests/common/impala_connection.py:988–990  ·  view source on GitHub ↗
(host_port, user, password, use_ssl=False)

Source from the content-addressed store, hash-verified

986
987
988def create_ldap_connection(host_port, user, password, use_ssl=False):
989 return BeeswaxConnection(host_port=host_port, user=user, password=password,
990 use_ssl=use_ssl)
991
992
993class MinimalHS2OperationHandle(OperationHandle):

Callers 1

Calls 1

BeeswaxConnectionClass · 0.85

Tested by

no test coverage detected