# File lib/net/ldap.rb, line 960 def add_attribute(dn, attribute, value) modify(:dn => dn, :operations => [[:add, attribute, value]]) end