Skip to content

Commit c480621

Browse files
committed
Fix incorrect log message (debug level)
1 parent 3f8e086 commit c480621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldapauthenticator/ldapauthenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def resolve_username(self, username_supplied_by_user):
264264
"Looking up user with:\n",
265265
f" search_base = '{self.user_search_base}'\n",
266266
f" search_filter = '{search_filter}'\n",
267-
f" attributes = '{self.user_attribute}'",
267+
f" attributes = '[{self.lookup_dn_user_dn_attribute}]'",
268268
)
269269
conn.search(
270270
search_base=self.user_search_base,

0 commit comments

Comments
 (0)