[PR #46] [MERGED] Add support for memberOf in LDAP interface #509

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/46
Author: @nitnelave
Created: 9/24/2021
Status: Merged
Merged: 9/28/2021
Merged by: @nitnelave

Base: mainHead: ldap


📝 Commits (5)

  • 6304ec0 graphql: Add a method to delete a group
  • f1c04ef graphql: Add a method to update group details
  • ce034fb ldap: Add support for memberOf and wildcards
  • 89798f0 graphql: Add a filter by group
  • 72318d8 graphql: Add guardrails to prevent deleting all the admins

📊 Changes

7 files changed (+251 additions, -40 deletions)

View changed files

📝 schema.graphql (+10 -0)
📝 server/src/domain/handler.rs (+14 -0)
📝 server/src/domain/sql_backend_handler.rs (+87 -11)
📝 server/src/infra/graphql/mutation.rs (+47 -1)
📝 server/src/infra/graphql/query.rs (+16 -5)
📝 server/src/infra/ldap_handler.rs (+75 -23)
📝 server/src/infra/tcp_backend_handler.rs (+2 -0)

📄 Description

And add a couple of missing graphQL methods


🔄 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/46 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/24/2021 **Status:** ✅ Merged **Merged:** 9/28/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `ldap` --- ### 📝 Commits (5) - [`6304ec0`](https://github.com/lldap/lldap/commit/6304ec0856d251fbba0d9d4c9d997ba019f0c3c2) graphql: Add a method to delete a group - [`f1c04ef`](https://github.com/lldap/lldap/commit/f1c04efe6904031c0c4dee5162c62c3b5552f96e) graphql: Add a method to update group details - [`ce034fb`](https://github.com/lldap/lldap/commit/ce034fbc747c44f88d02fef541354850564ab7de) ldap: Add support for memberOf and wildcards - [`89798f0`](https://github.com/lldap/lldap/commit/89798f0172b5d4928df2e69561cda7f187024d6c) graphql: Add a filter by group - [`72318d8`](https://github.com/lldap/lldap/commit/72318d82217606299aa2f79d9bd99c94e2dba272) graphql: Add guardrails to prevent deleting all the admins ### 📊 Changes **7 files changed** (+251 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `schema.graphql` (+10 -0) 📝 `server/src/domain/handler.rs` (+14 -0) 📝 `server/src/domain/sql_backend_handler.rs` (+87 -11) 📝 `server/src/infra/graphql/mutation.rs` (+47 -1) 📝 `server/src/infra/graphql/query.rs` (+16 -5) 📝 `server/src/infra/ldap_handler.rs` (+75 -23) 📝 `server/src/infra/tcp_backend_handler.rs` (+2 -0) </details> ### 📄 Description And add a couple of missing graphQL methods --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:48 +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#509
No description provided.