[PR #686] [MERGED] server: read custom attributes from LDAP #899

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/686
Author: @nitnelave
Created: 9/14/2023
Status: Merged
Merged: 9/15/2023
Merged by: @nitnelave

Base: mainHead: ldap_attribute_read


📝 Commits (1)

  • 4aaf5bf server: read custom attributes from LDAP

📊 Changes

9 files changed (+289 additions, -161 deletions)

View changed files

📝 server/src/domain/ldap/group.rs (+19 -6)
📝 server/src/domain/ldap/user.rs (+32 -16)
📝 server/src/domain/ldap/utils.rs (+5 -5)
📝 server/src/domain/mod.rs (+1 -0)
server/src/domain/schema.rs (+124 -0)
📝 server/src/infra/graphql/query.rs (+7 -25)
📝 server/src/infra/ldap_handler.rs (+101 -4)
📝 server/src/infra/mod.rs (+0 -1)
📝 server/src/infra/schema.rs (+0 -104)

📄 Description

Part of #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/686 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/14/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `ldap_attribute_read` --- ### 📝 Commits (1) - [`4aaf5bf`](https://github.com/lldap/lldap/commit/4aaf5bfd1d109ef3c634167fe145146d9295c4fc) server: read custom attributes from LDAP ### 📊 Changes **9 files changed** (+289 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/ldap/group.rs` (+19 -6) 📝 `server/src/domain/ldap/user.rs` (+32 -16) 📝 `server/src/domain/ldap/utils.rs` (+5 -5) 📝 `server/src/domain/mod.rs` (+1 -0) ➕ `server/src/domain/schema.rs` (+124 -0) 📝 `server/src/infra/graphql/query.rs` (+7 -25) 📝 `server/src/infra/ldap_handler.rs` (+101 -4) 📝 `server/src/infra/mod.rs` (+0 -1) 📝 `server/src/infra/schema.rs` (+0 -104) </details> ### 📄 Description Part of #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#899
No description provided.