We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b81a4 commit 3ec787cCopy full SHA for 3ec787c
1 file changed
nxc/protocols/ldap.py
@@ -208,6 +208,7 @@ def create_conn_obj(self):
208
except OSError as e:
209
self.logger.error(f"Error getting ldap info {e}")
210
211
+ self.logger.debug(f"Target: {target}; target_domain: {target_domain}; base_dn: {base_dn}")
212
self.target = target
213
self.targetDomain = target_domain
214
self.baseDN = base_dn
0 commit comments