# File lib/active_ldap/schema.rb, line 94
    def attributes
      cache([:attributes]) do
        names("attributeTypes").collect do |name|
          attribute(name)
        end
      end
    end