You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.fail("LDAPS channel binding might be enabled, this is only supported with kerberos authentication. Try using '-k'.")
507
504
returnFalse
508
505
exceptOSErrorase:
509
506
self.logger.fail(f"{self.domain}\\{self.username}:{process_secret(self.password)}{'Error connecting to the domain, are you sure LDAP service is running on the target?'}\nError: {e}")
self.logger.fail("LDAPS channel binding might be enabled, this is only supported with kerberos authentication. Try using '-k'.")
597
591
returnFalse
598
592
exceptOSErrorase:
599
593
self.logger.fail(f"{self.domain}\\{self.username}:{process_secret(self.password)}{'Error connecting to the domain, are you sure LDAP service is running on the target?'}\nError: {e}")
0 commit comments