Skip to content

Commit

Permalink
Merge pull request #526 from lap1nou/fix-user-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack authored Dec 30, 2024
2 parents 92dc819 + 14c4506 commit 2c421a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/modules/user-desc.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def on_login(self, context, connection):
Users can specify additional LDAP filters that are applied to the query.
"""
self.context = context
self.create_log_file(connection.conn.getRemoteHost(), datetime.now().strftime("%Y%m%d_%H%M%S"))
self.create_log_file(connection.target, datetime.now().strftime("%Y%m%d_%H%M%S"))
context.log.info(f"Starting LDAP search with search filter '{self.search_filter}'")

try:
Expand Down

0 comments on commit 2c421a7

Please sign in to comment.