Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into psyopm-issue-1030
  • Loading branch information
jeromeleonard committed Jan 25, 2022
2 parents 7b58f77 + cb51f3e commit c90cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/LdapQuery/ldapQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
password = self.get_param("config.LDAP_password", None, "password is missing")
self.base_dn = self.get_param("config.base_DN", None, "base_dn is missing")
uid_search_field = self.get_param(
"config.search_field", None, "uid_search_field is missing"
"config.uid_search_field", None, "uid_search_field is missing"
)
if self.data_type == "mail":
self.search_field = "mail"
Expand Down

0 comments on commit c90cc06

Please sign in to comment.