mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #694] [MERGED] Add support in domain for creating attributes, and setting group attributes #903
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#903
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/694
Author: @nitnelave
Created: 9/29/2023
Status: ✅ Merged
Merged: 9/29/2023
Merged by: @nitnelave
Base:
main← Head:group_write_domain📝 Commits (3)
8d9cfa3server: rename SchemaBackendHandler -> ReadSchemaBackendHandlerb89967fserver: Add domain support for creating/deleting attributes166eaceserver: add support for creating a group with attributes📊 Changes
11 files changed (+436 additions, -56 deletions)
View changed files
📝
server/src/domain/handler.rs(+33 -7)📝
server/src/domain/sql_backend_handler.rs(+8 -2)📝
server/src/domain/sql_group_backend_handler.rs(+219 -21)📝
server/src/domain/sql_schema_backend_handler.rs(+143 -3)📝
server/src/domain/sql_user_backend_handler.rs(+3 -3)📝
server/src/infra/access_control.rs(+8 -8)📝
server/src/infra/graphql/mutation.rs(+12 -5)📝
server/src/infra/graphql/query.rs(+1 -1)📝
server/src/infra/ldap_handler.rs(+1 -1)📝
server/src/infra/test_utils.rs(+2 -2)📝
server/src/main.rs(+6 -3)📄 Description
Part of #67
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.