# File lib/active_ldap/base.rb, line 659
    def dn=(value)
      set_attribute(dn_attribute, value)
      @dn = nil
    end