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
When using explicitly set name type, it doesn't segfault, but crashes nevertheless.
Reproducer:
python -c 'import gssapi as g;g.Name("[email protected]",g.NameType.kerberos_principal).display_as(g.NameType.kerberos_principal)'
Stacktrace:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/gssapi/names.py", line 146, in display_as
_utils.get_encoding())
AttributeError: 'module' object has no attribute 'get_encoding'
The text was updated successfully, but these errors were encountered:
When using explicitly set name type, it doesn't segfault, but crashes nevertheless.
Reproducer:
Stacktrace:
The text was updated successfully, but these errors were encountered: