[PR #1333] [CLOSED] Fix LDAP attribute case sensitivity issue #5797

Closed
opened 2026-02-05 10:17:23 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1333
Author: @dfanara
Created: 3/15/2019
Status: Closed

Base: masterHead: feature-ldap-attributes


📝 Commits (1)

  • 52504ab Fix LDAP attribute case sensitivity issue

📊 Changes

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

View changed files

📝 app/Auth/Access/LdapService.php (+1 -1)
📝 tests/Auth/LdapTest.php (+1 -1)

📄 Description

Fixes an issue described in #1317 where attributes with upper-cased characters were not mapped correctly.


🔄 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/BookStackApp/BookStack/pull/1333 **Author:** [@dfanara](https://github.com/dfanara) **Created:** 3/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-ldap-attributes` --- ### 📝 Commits (1) - [`52504ab`](https://github.com/BookStackApp/BookStack/commit/52504ab4166e8aa836d06d4d8dfeca5a50b2ac04) Fix LDAP attribute case sensitivity issue ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Auth/Access/LdapService.php` (+1 -1) 📝 `tests/Auth/LdapTest.php` (+1 -1) </details> ### 📄 Description Fixes an issue described in #1317 where attributes with upper-cased characters were not mapped correctly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:17:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5797