mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1082] [MERGED] Change default alias for User & Group schema attributes #1109
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#1109
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/1082
Author: @broeng
Created: 1/20/2025
Status: ✅ Merged
Merged: 1/21/2025
Merged by: @nitnelave
Base:
main← Head:attr-aliases📝 Commits (1)
cb66d98Change 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.