[PR #342] [MERGED] Correction LDAP validation #15322

Closed
opened 2025-11-02 11:43:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/342
Author: @denji
Created: 12/3/2016
Status: Merged
Merged: 12/12/2016
Merged by: @lunny

Base: masterHead: ldap_verify


📝 Commits (3)

  • 7f59f43 Correction LDAP username validation
  • e121626 Check for zero length passwords in LDAP module.
  • 8c5866b Clearing the login/email spaces at the [start/end]

📊 Changes

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

View changed files

📝 models/login_source.go (+2 -2)
📝 modules/auth/ldap/ldap.go (+5 -0)

📄 Description

Fixes gogits/gogs#3906, gogits/gogs#3791, gogits/gogs#3827


🔄 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/342 **Author:** [@denji](https://github.com/denji) **Created:** 12/3/2016 **Status:** ✅ Merged **Merged:** 12/12/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `ldap_verify` --- ### 📝 Commits (3) - [`7f59f43`](https://github.com/go-gitea/gitea/commit/7f59f438f8cd6890f4f4bae030487524571a438f) Correction LDAP username validation - [`e121626`](https://github.com/go-gitea/gitea/commit/e1216267a56317ed540b20467e609def3a34ad60) Check for zero length passwords in LDAP module. - [`8c5866b`](https://github.com/go-gitea/gitea/commit/8c5866bce2e047ccf5f5fea943962f5e16d0cdfc) Clearing the login/email spaces at the [start/end] ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/login_source.go` (+2 -2) 📝 `modules/auth/ldap/ldap.go` (+5 -0) </details> ### 📄 Description Fixes gogits/gogs#3906, gogits/gogs#3791, gogits/gogs#3827 --- <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 11:43:59 -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#15322