# File lib/active_ldap/schema.rb, line 88
    def attribute(name)
      cache([:attribute, name]) do
        Attribute.new(name, self)
      end
    end