# File lib/active_ldap/adapter/net_ldap.rb, line 52 def bind_as_anonymous(options={}) super do @bound = false execute(:bind, :method => :anonymous) @bound = true end end