# File lib/active_ldap/base.rb, line 666
    def dn_attribute
      _dn_attribute = @dn_attribute || dn_attribute_of_class
      to_real_attribute_name(_dn_attribute) || _dn_attribute
    end