Skip to content
Snippets Groups Projects
Commit 5e442437 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix traceback with kerberos GSSError handling.

parent fc64374d
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ class SASL(PlugIn):
self.startsasl = SASL_IN_PROCESS
self._owner.send(str(node))
raise NodeProcessed
except GSSError, e:
except kerberos.GSSError, e:
log.info('GSSAPI authentication failed: %s' % str(e))
if 'DIGEST-MD5' in self.mecs:
self.mecs.remove('DIGEST-MD5')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment