[Source]
# File lib/active_ldap/operations.rb, line 352 352: def load(operator, options) 353: operator.add_entry(dn, attributes, options) 354: end
[Validate]