Skip to content

Commit 3ec787c

Browse files
committed
re-add debug line
1 parent 45b81a4 commit 3ec787c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/protocols/ldap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def create_conn_obj(self):
208208
except OSError as e:
209209
self.logger.error(f"Error getting ldap info {e}")
210210

211+
self.logger.debug(f"Target: {target}; target_domain: {target_domain}; base_dn: {base_dn}")
211212
self.target = target
212213
self.targetDomain = target_domain
213214
self.baseDN = base_dn

0 commit comments

Comments
 (0)