# File lib/devise_ldap_authenticatable/ldap/connection.rb, line 78 def authenticate! return false unless (@password.present? || @allow_unauthenticated_bind) @ldap.auth(dn, @password) @ldap.bind end