mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #205] [MERGED] Add UUID fields for users and groups #614
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#614
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/205
Author: @nitnelave
Created: 6/30/2022
Status: ✅ Merged
Merged: 7/1/2022
Merged by: @nitnelave
Base:
main← Head:uuid📝 Commits (2)
d609363server: Add a Uuid attribute to every user and group2caa8e9ldap: remove copies from the wildcard expansion📊 Changes
9 files changed (+700 additions, -327 deletions)
View changed files
📝
Cargo.lock(+67 -19)📝
server/Cargo.toml(+36 -26)📝
server/src/domain/handler.rs(+88 -12)📝
server/src/domain/sql_backend_handler.rs(+122 -114)📝
server/src/domain/sql_tables.rs(+205 -55)📝
server/src/infra/auth_service.rs(+3 -3)📝
server/src/infra/graphql/query.rs(+16 -6)📝
server/src/infra/ldap_handler.rs(+161 -90)📝
server/src/infra/tcp_backend_handler.rs(+2 -2)📄 Description
That will enable NextCloud support.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.