# File lib/net/ldap.rb, line 961 def replace_attribute dn, attribute, value modify :dn => dn, :operations => [[:replace, attribute, value]] end