[PR #3895] [MERGED] Add option to use paged LDAP search when synchronizing users #17131

Closed
opened 2025-11-02 12:27:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3895
Author: @lafriks
Created: 5/4/2018
Status: Merged
Merged: 5/5/2018
Merged by: @lafriks

Base: masterHead: feat/ldap_paged_search


📝 Commits (3)

  • 8cfb7f0 Add option to use paged LDAP search when synchronizing users
  • d17dcff Merge branch 'master' into feat/ldap_paged_search
  • 1bb8a54 Merge branch 'master' into feat/ldap_paged_search

📊 Changes

7 files changed (+59 additions, -2 deletions)

View changed files

📝 modules/auth/auth_form.go (+2 -0)
📝 modules/auth/ldap/ldap.go (+12 -1)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 public/js/index.js (+18 -1)
📝 routers/admin/auths.go (+5 -0)
📝 templates/admin/auth/edit.tmpl (+10 -0)
📝 templates/admin/auth/source/ldap.tmpl (+10 -0)

📄 Description

Fixes #3675

Screenshot:
attels


🔄 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/3895 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 5/4/2018 **Status:** ✅ Merged **Merged:** 5/5/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feat/ldap_paged_search` --- ### 📝 Commits (3) - [`8cfb7f0`](https://github.com/go-gitea/gitea/commit/8cfb7f085453ce713f53c94c79d158d6a11f0c17) Add option to use paged LDAP search when synchronizing users - [`d17dcff`](https://github.com/go-gitea/gitea/commit/d17dcff99febf314e8d570ed34a4b793fd362698) Merge branch 'master' into feat/ldap_paged_search - [`1bb8a54`](https://github.com/go-gitea/gitea/commit/1bb8a54206e4c54dad2c3be70cdece59d2f3f7aa) Merge branch 'master' into feat/ldap_paged_search ### 📊 Changes **7 files changed** (+59 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modules/auth/auth_form.go` (+2 -0) 📝 `modules/auth/ldap/ldap.go` (+12 -1) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `public/js/index.js` (+18 -1) 📝 `routers/admin/auths.go` (+5 -0) 📝 `templates/admin/auth/edit.tmpl` (+10 -0) 📝 `templates/admin/auth/source/ldap.tmpl` (+10 -0) </details> ### 📄 Description Fixes #3675 Screenshot: ![attels](https://user-images.githubusercontent.com/165205/39650859-70f4279c-4ff2-11e8-835f-c471260d180f.png) --- <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 12:27:03 -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#17131