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