# File lib/active_ldap/ldif.rb, line 745 def initialize(dn, controls=[], attributes={}) super(dn, attributes, controls, "add") end