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
Source
# File lib/mongo/auth/ldap.rb, line 32 def login converse_1_step(connection, conversation) end
Log the user in on the current connection.
@return [ BSON::Document ] The document of the authentication response.