Add catch for kerberos use-kcache option with error message

main
mpgn 2022-11-09 16:59:53 -05:00
parent 667faa0d7b
commit a88a6e8552
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class ldap(connection):
self.username,
" from ccache" if useCache
else ":%s" % (kerb_pass if not self.config.get('CME', 'audit_mode') else self.config.get('CME', 'audit_mode')*8),
''),
str(e)),
color='red')
return False
except ldap_impacket.LDAPSessionError as e: