mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #46] [MERGED] Add support for memberOf in LDAP interface #509
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#509
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:ldap📝 Commits (5)
6304ec0graphql: Add a method to delete a groupf1c04efgraphql: Add a method to update group detailsce034fbldap: Add support for memberOf and wildcards89798f0graphql: Add a filter by group72318d8graphql: 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.