mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
SSHPublicKey.fingerprint_dns_sha1 should return unicode value.
This commit is contained in:
parent
459016d12b
commit
9a167d667c
@ -196,4 +196,4 @@ class SSHPublicKey(object):
|
||||
else:
|
||||
return
|
||||
fp = sha1(self._key).hexdigest().upper()
|
||||
return '%d 1 %s' % (keytype, fp)
|
||||
return u'%d 1 %s' % (keytype, fp)
|
||||
|
Loading…
Reference in New Issue
Block a user