[PR #205] [MERGED] Add UUID fields for users and groups #614

Closed
opened 2026-02-27 08:18:12 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: uuid


📝 Commits (2)

  • d609363 server: Add a Uuid attribute to every user and group
  • 2caa8e9 ldap: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/205 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 6/30/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `uuid` --- ### 📝 Commits (2) - [`d609363`](https://github.com/lldap/lldap/commit/d609363874ef9b9c3066096ad2b80fb52271dfd1) server: Add a Uuid attribute to every user and group - [`2caa8e9`](https://github.com/lldap/lldap/commit/2caa8e980ad229be75eae931606a79d21ec590c6) ldap: remove copies from the wildcard expansion ### 📊 Changes **9 files changed** (+700 additions, -327 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description That will enable NextCloud support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#614
No description provided.