[PR #5557] [MERGED] Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion #17841

Closed
opened 2025-11-02 16:11:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5557
Author: @zeripath
Created: 12/17/2018
Status: Merged
Merged: 12/27/2018
Merged by: @techknowlogick

Base: masterHead: issue-5545-add-ssh-on-login-from-ldap


📝 Commits (3)

  • 29c8ffc Synchronize SSH keys on login with LDAP
  • 94a75a5 BUG: Fix hang on sqlite during LDAP key deletion
  • b9ddddc Merge branch 'master' into issue-5545-add-ssh-on-login-from-ldap

📊 Changes

4 files changed (+39 additions, -18 deletions)

View changed files

📝 models/login_source.go (+14 -1)
📝 models/ssh_key.go (+8 -4)
📝 models/user.go (+8 -6)
📝 modules/auth/ldap/ldap.go (+9 -7)

📄 Description

This PR synchronises SSH keys on login with LDAP.

It could do with a test from an LDAP user.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5557 **Author:** [@zeripath](https://github.com/zeripath) **Created:** 12/17/2018 **Status:** ✅ Merged **Merged:** 12/27/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `issue-5545-add-ssh-on-login-from-ldap` --- ### 📝 Commits (3) - [`29c8ffc`](https://github.com/go-gitea/gitea/commit/29c8ffc3fbc52cda7eea406c132a83f34bb99700) Synchronize SSH keys on login with LDAP - [`94a75a5`](https://github.com/go-gitea/gitea/commit/94a75a5583600372018aee82987db2a0c8d1e023) BUG: Fix hang on sqlite during LDAP key deletion - [`b9ddddc`](https://github.com/go-gitea/gitea/commit/b9ddddc10addcf26f7000384b59fc7f339d3fa9a) Merge branch 'master' into issue-5545-add-ssh-on-login-from-ldap ### 📊 Changes **4 files changed** (+39 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `models/login_source.go` (+14 -1) 📝 `models/ssh_key.go` (+8 -4) 📝 `models/user.go` (+8 -6) 📝 `modules/auth/ldap/ldap.go` (+9 -7) </details> ### 📄 Description This PR synchronises SSH keys on login with LDAP. It could do with a test from an LDAP user. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 16:11:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17841