[PR #690] [MERGED] Add support for writing attribute values in domain #900

Closed
opened 2026-02-27 09:10:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/690
Author: @nitnelave
Created: 9/24/2023
Status: Merged
Merged: 9/24/2023
Merged by: @nitnelave

Base: mainHead: attribute_write_domain


📝 Commits (2)

  • 81d5191 server: add support for updating user attributes
  • 85e5d35 server: add support for creating a user with attributes

📊 Changes

5 files changed (+275 additions, -83 deletions)

View changed files

📝 server/src/domain/handler.rs (+5 -2)
📝 server/src/domain/sql_schema_backend_handler.rs (+26 -13)
📝 server/src/domain/sql_user_backend_handler.rs (+241 -68)
📝 server/src/infra/graphql/mutation.rs (+2 -0)
📝 server/src/infra/ldap_handler.rs (+1 -0)

📄 Description

See #67


🔄 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/690 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/24/2023 **Status:** ✅ Merged **Merged:** 9/24/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `attribute_write_domain` --- ### 📝 Commits (2) - [`81d5191`](https://github.com/lldap/lldap/commit/81d51918e940f980d7afb72bb8000e6c2006a2cd) server: add support for updating user attributes - [`85e5d35`](https://github.com/lldap/lldap/commit/85e5d35b22d0a92b6be8744965054d0e884d15b4) server: add support for creating a user with attributes ### 📊 Changes **5 files changed** (+275 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/handler.rs` (+5 -2) 📝 `server/src/domain/sql_schema_backend_handler.rs` (+26 -13) 📝 `server/src/domain/sql_user_backend_handler.rs` (+241 -68) 📝 `server/src/infra/graphql/mutation.rs` (+2 -0) 📝 `server/src/infra/ldap_handler.rs` (+1 -0) </details> ### 📄 Description See #67 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:10 +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#900
No description provided.