[PR #175] [MERGED] Ignore unknown attributes and fields in filters #591

Closed
opened 2026-02-27 08:18:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/175
Author: @nitnelave
Created: 5/30/2022
Status: Merged
Merged: 5/30/2022
Merged by: @nitnelave

Base: mainHead: ignore_filetr


📝 Commits (2)

  • 84cb970 ldap: ignore unknown filters
  • ac7bbb9 ldap: add an option to silence unknown fields in the config

📊 Changes

4 files changed (+155 additions, -32 deletions)

View changed files

📝 lldap_config.docker_template.toml (+8 -0)
📝 server/src/infra/configuration.rs (+4 -0)
📝 server/src/infra/ldap_handler.rs (+108 -26)
📝 server/src/infra/ldap_server.rs (+35 -6)

📄 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/175 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 5/30/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `ignore_filetr` --- ### 📝 Commits (2) - [`84cb970`](https://github.com/lldap/lldap/commit/84cb9709221ca25dcabb04390226eaaeb52585b5) ldap: ignore unknown filters - [`ac7bbb9`](https://github.com/lldap/lldap/commit/ac7bbb9fe86f8a2469c17d0531f384ae7c3f7d07) ldap: add an option to silence unknown fields in the config ### 📊 Changes **4 files changed** (+155 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `lldap_config.docker_template.toml` (+8 -0) 📝 `server/src/infra/configuration.rs` (+4 -0) 📝 `server/src/infra/ldap_handler.rs` (+108 -26) 📝 `server/src/infra/ldap_server.rs` (+35 -6) </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 08:18:06 +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#591
No description provided.