Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue where ecdsa and other key types are not synced from LDAP (#5092) #5094

Merged
merged 12 commits into from
Oct 31, 2018
Merged
Prev Previous commit
integrations/auth_ldap_test.go: Use ssh-keygen -lf <filename> -E sha256
  • Loading branch information
xor-gate committed Oct 30, 2018
commit b7fadfd84c4a87f2985e4f0f2116d2475cbade1a
2 changes: 1 addition & 1 deletion integrations/auth_ldap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var gitLDAPUsers = []ldapUser{
SSHKeys: []string{
"SHA256:qLY06smKfHoW/92yXySpnxFR10QFrLdRjf/GNPvwcW8",
"SHA256:QlVTuM5OssDatqidn2ffY+Lc4YA5Fs78U+0KOHI51jQ",
"SHA256:P31v5r7wpwzhcSROvZdstbz/n9GrYKpw0gVdk+xsfWM",
"SHA256:DXdeUKYOJCSSmClZuwrb60hUq7367j4fA+udNC3FdRI",
},
IsAdmin: true,
},
Expand Down