mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #615] [MERGED] Use attribute schema at the LDAP/GraphQL layers #849
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#849
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/615
Author: @nitnelave
Created: 6/28/2023
Status: ✅ Merged
Merged: 6/29/2023
Merged by: @nitnelave
Base:
main← Head:schema📝 Commits (2)
5adbde2server: Add SchemaBackendHandler trait29de913server: Use schema to populate attributes📊 Changes
16 files changed (+544 additions, -108 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
server/Cargo.toml(+1 -1)📝
server/src/domain/handler.rs(+48 -6)📝
server/src/domain/ldap/user.rs(+21 -7)📝
server/src/domain/ldap/utils.rs(+35 -2)📝
server/src/domain/mod.rs(+1 -0)📝
server/src/domain/model/group_attribute_schema.rs(+14 -1)📝
server/src/domain/model/user_attribute_schema.rs(+14 -1)📝
server/src/domain/model/user_attributes.rs(+16 -1)📝
server/src/domain/model/users.rs(+1 -3)➕
server/src/domain/sql_schema_backend_handler.rs(+95 -0)📝
server/src/domain/sql_user_backend_handler.rs(+69 -44)📝
server/src/domain/types.rs(+83 -9)📝
server/src/infra/access_control.rs(+29 -15)📝
server/src/infra/graphql/query.rs(+18 -4)📝
server/src/infra/ldap_handler.rs(+95 -10)📄 Description
Step 2 in #67 implementation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.