[PR #1293] [MERGED] ldap: Simplify boolean expressions derived from filters #1238

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1293
Author: @nitnelave
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @nitnelave

Base: mainHead: simplify


📝 Commits (1)

  • 63f55c6 ldap: Simplify boolean expressions derived from filters

📊 Changes

8 files changed (+159 additions, -104 deletions)

View changed files

📝 .coderabbit.yml (+10 -0)
📝 .github/workflows/docker-build-static.yml (+1 -1)
📝 .github/workflows/rust.yml (+1 -1)
📝 Cargo.toml (+1 -1)
📝 crates/ldap/src/core/group.rs (+50 -16)
📝 crates/ldap/src/core/user.rs (+49 -15)
📝 crates/ldap/src/search.rs (+46 -69)
📝 rust-toolchain.toml (+1 -1)

📄 Description

This should help simplify the debug output.


🔄 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/1293 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `simplify` --- ### 📝 Commits (1) - [`63f55c6`](https://github.com/lldap/lldap/commit/63f55c6450ab2303c19937476431615048c3f4e7) ldap: Simplify boolean expressions derived from filters ### 📊 Changes **8 files changed** (+159 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `.coderabbit.yml` (+10 -0) 📝 `.github/workflows/docker-build-static.yml` (+1 -1) 📝 `.github/workflows/rust.yml` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `crates/ldap/src/core/group.rs` (+50 -16) 📝 `crates/ldap/src/core/user.rs` (+49 -15) 📝 `crates/ldap/src/search.rs` (+46 -69) 📝 `rust-toolchain.toml` (+1 -1) </details> ### 📄 Description This should help simplify the debug output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:11:26 +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#1238
No description provided.