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