class Mongo::Auth::LDAP

Defines behavior for LDAP Proxy authentication.

@since 2.0.0 @api private

Constants

MECHANISM

The authentication mechanism string.

@since 2.0.0

Public Instance Methods

login() click to toggle source

Log the user in on the current connection.

@return [ BSON::Document ] The document of the authentication response.

# File lib/mongo/auth/ldap.rb, line 35
def login
  converse_1_step(connection, conversation)
end