Skip to content

Commit

Permalink
update_ldap_entry_attributes: additional error output when determinin…
Browse files Browse the repository at this point in the history
…g LDAP operations
  • Loading branch information
henrygrover authored and itewk committed Feb 15, 2018
1 parent 30a9dc4 commit 43e8699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_param(param)
ldap_attribute_values = ldap_attribute_values.strip if ldap_attribute_values.is_a?(String)
ldap_attribute_operations.push([:replace, ldap_attribute, ldap_attribute_values])
else
error("Could not calculate LDAP operation for LDAP entry attribute (#{ldap_attribute}). This should never happen.")
error("Could not calculate LDAP operation for LDAP entry attribute (#{ldap_attribute}). This should never happen. { ldap_attribute_values => '#{ldap_attribute_values}', ldap_entry[ldap_attribute] => '#{ldap_entry[ldap_attribute]}' }")
end
end
$evm.log(:info, "ldap_attribute_operations => #{ldap_attribute_operations}") if @DEBUG
Expand Down

0 comments on commit 43e8699

Please sign in to comment.