Skip to content

Commit

Permalink
re-add debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 2, 2025
1 parent 45b81a4 commit 3ec787c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxc/protocols/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def create_conn_obj(self):
except OSError as e:
self.logger.error(f"Error getting ldap info {e}")

self.logger.debug(f"Target: {target}; target_domain: {target_domain}; base_dn: {base_dn}")
self.target = target
self.targetDomain = target_domain
self.baseDN = base_dn
Expand Down

0 comments on commit 3ec787c

Please sign in to comment.