class ZuoraConnect::LDAP::Connection
def authenticate!
def authenticate! return false unless @password.present? || @allow_unauthenticated_bind @ldap.auth(dn, @password) @ldap.bind end
def authenticate! return false unless @password.present? || @allow_unauthenticated_bind @ldap.auth(dn, @password) @ldap.bind end