Commit b605a0f6 authored by Ozzieisaacs's avatar Ozzieisaacs

Update error message LDAP import user

parent 046a074c
......@@ -395,7 +395,7 @@ def extract_dynamic_field_from_filter(user, filter):
if match:
return match.group(1)
else:
raise Exception("Could Not Parse LDAP User: {}", user)
raise Exception("Could Not Parse LDAP Userfield: {}", user)
def extract_user_identifier(user, filter):
dynamic_field = extract_dynamic_field_from_filter(user, filter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment