Skip to content

Commit

Permalink
Fix incorrect log message (debug level)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 14, 2024
1 parent 3f8e086 commit c480621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapauthenticator/ldapauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def resolve_username(self, username_supplied_by_user):
"Looking up user with:\n",
f" search_base = '{self.user_search_base}'\n",
f" search_filter = '{search_filter}'\n",
f" attributes = '{self.user_attribute}'",
f" attributes = '[{self.lookup_dn_user_dn_attribute}]'",
)
conn.search(
search_base=self.user_search_base,
Expand Down

0 comments on commit c480621

Please sign in to comment.