We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d933ea commit d320aceCopy full SHA for d320ace
1 file changed
nxc/protocols/ldap.py
@@ -215,6 +215,7 @@ def create_conn_obj(self):
215
return False
216
else:
217
self.logger.error(f"Error getting ldap info {e}")
218
+ return False
219
220
self.logger.debug(f"Target: {target}; target_domain: {target_domain}; base_dn: {base_dn}")
221
self.target = target
0 commit comments