[PR #1082] [MERGED] Change default alias for User & Group schema attributes #1109

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1082
Author: @broeng
Created: 1/20/2025
Status: Merged
Merged: 1/21/2025
Merged by: @nitnelave

Base: mainHead: attr-aliases


📝 Commits (1)

  • cb66d98 Change default alias for User & Group schema attributes

📊 Changes

7 files changed (+156 additions, -2 deletions)

View changed files

app/src/components/fragments/attribute_schema.rs (+36 -0)
app/src/components/fragments/mod.rs (+1 -0)
📝 app/src/components/group_schema_table.rs (+4 -1)
📝 app/src/components/mod.rs (+1 -0)
📝 app/src/components/user_schema_table.rs (+4 -1)
app/src/infra/attributes.rs (+109 -0)
📝 app/src/infra/mod.rs (+1 -0)

📄 Description

A number of the hardcoded attributes displayed in the User and Group schema overviews were using aliases which contain underscores, which is not always completely supported by clients. Therefore, this commit changes the primary alias for each attribute to be one without underscores.

To reduce confusion with this change, and also improve the visibility of available aliases, this commit also includes a list of each alias, for each hardcoded attribute. This list will also include the old primary aliases.

This PR has been marked as a draft, as it depends on somewhat on PR #1081


🔄 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/1082 **Author:** [@broeng](https://github.com/broeng) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `attr-aliases` --- ### 📝 Commits (1) - [`cb66d98`](https://github.com/lldap/lldap/commit/cb66d987b4b64ffde49f8921a5fed262faa1c6b2) Change default alias for User & Group schema attributes ### 📊 Changes **7 files changed** (+156 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `app/src/components/fragments/attribute_schema.rs` (+36 -0) ➕ `app/src/components/fragments/mod.rs` (+1 -0) 📝 `app/src/components/group_schema_table.rs` (+4 -1) 📝 `app/src/components/mod.rs` (+1 -0) 📝 `app/src/components/user_schema_table.rs` (+4 -1) ➕ `app/src/infra/attributes.rs` (+109 -0) 📝 `app/src/infra/mod.rs` (+1 -0) </details> ### 📄 Description A number of the hardcoded attributes displayed in the User and Group schema overviews were using aliases which contain underscores, which is not always completely supported by clients. Therefore, this commit changes the primary alias for each attribute to be one without underscores. To reduce confusion with this change, and also improve the visibility of available aliases, this commit also includes a list of each alias, for each hardcoded attribute. This list will also include the old primary aliases. This PR has been marked as a draft, as it depends on somewhat on [PR #1081](https://github.com/lldap/lldap/pull/1081) --- <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:57 +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#1109
No description provided.