[PR #791] [MERGED] server: Serialize attribute values when searching #952

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/791
Author: @nitnelave
Created: 1/13/2024
Status: Merged
Merged: 1/13/2024
Merged by: @nitnelave

Base: mainHead: filter


📝 Commits (1)

  • 345e19c server: Serialize attribute values when searching

📊 Changes

10 files changed (+216 additions, -118 deletions)

View changed files

server/src/domain/deserialize.rs (+50 -0)
📝 server/src/domain/handler.rs (+2 -2)
📝 server/src/domain/ldap/group.rs (+13 -9)
📝 server/src/domain/ldap/user.rs (+31 -12)
📝 server/src/domain/ldap/utils.rs (+45 -13)
📝 server/src/domain/mod.rs (+1 -0)
📝 server/src/domain/sql_user_backend_handler.rs (+3 -3)
📝 server/src/infra/graphql/mutation.rs (+8 -49)
📝 server/src/infra/graphql/query.rs (+49 -27)
📝 server/src/infra/ldap_handler.rs (+14 -3)

📄 Description

This should fix #763 and allow filtering by custom attribute values.


🔄 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/791 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 1/13/2024 **Status:** ✅ Merged **Merged:** 1/13/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `filter` --- ### 📝 Commits (1) - [`345e19c`](https://github.com/lldap/lldap/commit/345e19c26c06e9f3fe71f02621922469d35a725c) server: Serialize attribute values when searching ### 📊 Changes **10 files changed** (+216 additions, -118 deletions) <details> <summary>View changed files</summary> ➕ `server/src/domain/deserialize.rs` (+50 -0) 📝 `server/src/domain/handler.rs` (+2 -2) 📝 `server/src/domain/ldap/group.rs` (+13 -9) 📝 `server/src/domain/ldap/user.rs` (+31 -12) 📝 `server/src/domain/ldap/utils.rs` (+45 -13) 📝 `server/src/domain/mod.rs` (+1 -0) 📝 `server/src/domain/sql_user_backend_handler.rs` (+3 -3) 📝 `server/src/infra/graphql/mutation.rs` (+8 -49) 📝 `server/src/infra/graphql/query.rs` (+49 -27) 📝 `server/src/infra/ldap_handler.rs` (+14 -3) </details> ### 📄 Description This should fix #763 and allow filtering by custom attribute values. --- <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:22 +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#952
No description provided.