[Source]
# File lib/active_ldap/operations.rb, line 448 448: def to_modify_entries 449: attributes.collect do |key, value| 450: [:add, key, value] 451: end 452: end
[Validate]