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