]> source.dussan.org Git - gitea.git/commit
Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094)
authorJerry Jacobs <xor-gate@users.noreply.github.com>
Wed, 31 Oct 2018 00:08:30 +0000 (01:08 +0100)
committertechknowlogick <hello@techknowlogick.com>
Wed, 31 Oct 2018 00:08:30 +0000 (20:08 -0400)
commit22ad514297b1958f93913aacbb88b81a94113a1e
treeee448a94eeef244da26a834be10e77d13b655fa5
parentb686bd0c9467885308a8e45214e75ee270c084e2
Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094)

* Fix issue where ecdsa and other key types are not synced from LDAP authentication provider fixes #5092

* integrations/auth_ldap_test.go: Add Hermes Conrad new ecdsa-sha2-nistp256 publickey fingerprint

* integrations/auth_ldap_test.go: Use ssh-keygen -lf <filename> -E sha256
integrations/auth_ldap_test.go
models/user.go