# File lib/active_ldap/distinguished_name.rb, line 211
    def parent
      return nil if @rdns.size <= 1
      self.class.new(*@rdns[1..-1])
    end