mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #833] [MERGED] server: Add support for custom LDAP object classes for users and groups #981
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#981
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/833
Author: @nitnelave
Created: 2/5/2024
Status: ✅ Merged
Merged: 2/5/2024
Merged by: @nitnelave
Base:
main← Head:objectclass📝 Commits (1)
ed1d607server: Add support for custom LDAP object classes for users and groups📊 Changes
15 files changed (+323 additions, -29 deletions)
View changed files
📝
schema.graphql(+1 -0)📝
server/src/domain/handler.rs(+9 -1)📝
server/src/domain/ldap/group.rs(+11 -1)📝
server/src/domain/ldap/user.rs(+16 -6)➕
server/src/domain/model/group_object_classes.rs(+23 -0)📝
server/src/domain/model/mod.rs(+2 -2)📝
server/src/domain/model/prelude.rs(+4 -0)➕
server/src/domain/model/user_object_classes.rs(+23 -0)📝
server/src/domain/sql_migrations.rs(+60 -0)📝
server/src/domain/sql_schema_backend_handler.rs(+114 -2)📝
server/src/domain/sql_tables.rs(+1 -1)📝
server/src/domain/types.rs(+2 -0)📝
server/src/infra/graphql/query.rs(+37 -12)📝
server/src/infra/ldap_handler.rs(+14 -4)📝
server/src/infra/test_utils.rs(+6 -0)📄 Description
Part of #67
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.