[PR #943] [MERGED] fix: Lookup first_name/last_name in the right list of attributes #1027

Closed
opened 2026-02-27 09:10:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/943
Author: @bojidar-bg
Created: 7/31/2024
Status: Merged
Merged: 7/31/2024
Merged by: @nitnelave

Base: mainHead: 882-attr-fix


📝 Commits (1)

  • a1f4118 server: Lookup first_name/last_name in the right list of attributes

📊 Changes

1 file changed (+13 additions, -12 deletions)

View changed files

📝 server/src/infra/graphql/query.rs (+13 -12)

📄 Description

Note the std::mem::take(&mut user.attributes) further up that zeroes out user.attributes.

Fixes #822, cherry-picked from #942.


🔄 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/lldap/lldap/pull/943 **Author:** [@bojidar-bg](https://github.com/bojidar-bg) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `882-attr-fix` --- ### 📝 Commits (1) - [`a1f4118`](https://github.com/lldap/lldap/commit/a1f411838f104d17873300294b962096121e00f2) server: Lookup first_name/last_name in the right list of attributes ### 📊 Changes **1 file changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `server/src/infra/graphql/query.rs` (+13 -12) </details> ### 📄 Description Note the `std::mem::take(&mut user.attributes)` further up that zeroes out `user.attributes`. Fixes #822, cherry-picked from #942. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#1027
No description provided.