[PR #342] [MERGED] server: Improve equality handling in filters #690

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/342
Author: @nitnelave
Created: 10/19/2022
Status: Merged
Merged: 10/19/2022
Merged by: @nitnelave

Base: mainHead: uuid_alias


📝 Commits (1)

  • 9952684 server: Improve equality handling in filters

📊 Changes

8 files changed (+86 additions, -51 deletions)

View changed files

📝 server/src/domain/handler.rs (+2 -2)
📝 server/src/domain/ldap/group.rs (+7 -4)
📝 server/src/domain/ldap/user.rs (+5 -12)
📝 server/src/domain/ldap/utils.rs (+27 -10)
📝 server/src/domain/sql_tables.rs (+7 -2)
📝 server/src/domain/sql_user_backend_handler.rs (+22 -10)
📝 server/src/infra/graphql/query.rs (+14 -9)
📝 server/src/infra/ldap_handler.rs (+2 -2)

📄 Description

Now the columns are checked and mapped to user columns, to avoid any ambiguity.

Fixes #341.


🔄 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/342 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/19/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `uuid_alias` --- ### 📝 Commits (1) - [`9952684`](https://github.com/lldap/lldap/commit/995268484d7cee0c2f571ec6fab1cc6240d9cb50) server: Improve equality handling in filters ### 📊 Changes **8 files changed** (+86 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/handler.rs` (+2 -2) 📝 `server/src/domain/ldap/group.rs` (+7 -4) 📝 `server/src/domain/ldap/user.rs` (+5 -12) 📝 `server/src/domain/ldap/utils.rs` (+27 -10) 📝 `server/src/domain/sql_tables.rs` (+7 -2) 📝 `server/src/domain/sql_user_backend_handler.rs` (+22 -10) 📝 `server/src/infra/graphql/query.rs` (+14 -9) 📝 `server/src/infra/ldap_handler.rs` (+2 -2) </details> ### 📄 Description Now the columns are checked and mapped to user columns, to avoid any ambiguity. Fixes #341. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:23 +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#690
No description provided.