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