diff --git a/minikerberos/protocol/asn1_structs.py b/minikerberos/protocol/asn1_structs.py index d4d447d..9e61a22 100644 --- a/minikerberos/protocol/asn1_structs.py +++ b/minikerberos/protocol/asn1_structs.py @@ -183,6 +183,7 @@ class KerberosString(core.GeneralString): values that contain characters other than those permitted by IA5String... """ + _encoding = 'utf-8' class SequenceOfKerberosString(core.SequenceOf): _child_spec = KerberosString