We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dc819 commit 14c4506Copy full SHA for 14c4506
1 file changed
nxc/modules/user-desc.py
@@ -71,7 +71,7 @@ def on_login(self, context, connection):
71
Users can specify additional LDAP filters that are applied to the query.
72
"""
73
self.context = context
74
- 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"))
75
context.log.info(f"Starting LDAP search with search filter '{self.search_filter}'")
76
77
try:
0 commit comments