[PR #445] [MERGED] server: Add support for LdapCompare op #745

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/445
Author: @nitnelave
Created: 2/13/2023
Status: Merged
Merged: 2/13/2023
Merged by: @nitnelave

Base: mainHead: compare


📝 Commits (1)

  • 0cc7fd2 server: Add support for LdapCompare op

📊 Changes

7 files changed (+436 additions, -152 deletions)

View changed files

📝 Cargo.lock (+32 -2)
📝 Cargo.toml (+0 -5)
📝 server/Cargo.toml (+1 -1)
📝 server/src/domain/ldap/group.rs (+27 -20)
📝 server/src/domain/ldap/user.rs (+42 -35)
📝 server/src/domain/ldap/utils.rs (+1 -1)
📝 server/src/infra/ldap_handler.rs (+333 -88)

📄 Description

No description provided


🔄 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/445 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `compare` --- ### 📝 Commits (1) - [`0cc7fd2`](https://github.com/lldap/lldap/commit/0cc7fd2bd2075038cfded2411d3c2b39cdd72842) server: Add support for LdapCompare op ### 📊 Changes **7 files changed** (+436 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+32 -2) 📝 `Cargo.toml` (+0 -5) 📝 `server/Cargo.toml` (+1 -1) 📝 `server/src/domain/ldap/group.rs` (+27 -20) 📝 `server/src/domain/ldap/user.rs` (+42 -35) 📝 `server/src/domain/ldap/utils.rs` (+1 -1) 📝 `server/src/infra/ldap_handler.rs` (+333 -88) </details> ### 📄 Description _No description provided_ --- <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:35 +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#745
No description provided.