# File lib/active_ldap/ldif.rb, line 653 def initialize(dn, attributes, controls, change_type) super(dn, attributes) @controls = controls @change_type = change_type end