# File lib/active_ldap/adapter/net_ldap.rb, line 50 def bind(options={}) begin super rescue Net::LDAP::LdapError raise AuthenticationError, $!.message end end