mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #762] [MERGED] server: make attributes names, group names and emails case insensitive #935
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#935
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/762
Author: @nitnelave
Created: 12/15/2023
Status: ✅ Merged
Merged: 12/15/2023
Merged by: @nitnelave
Base:
main← Head:casing📝 Commits (1)
e828981server: make attributes names, group names and emails case insensitive📊 Changes
27 files changed (+721 additions, -328 deletions)
View changed files
📝
server/src/domain/handler.rs(+18 -18)📝
server/src/domain/ldap/group.rs(+22 -22)📝
server/src/domain/ldap/user.rs(+26 -24)📝
server/src/domain/ldap/utils.rs(+13 -13)📝
server/src/domain/model/group_attribute_schema.rs(+5 -2)📝
server/src/domain/model/group_attributes.rs(+2 -2)📝
server/src/domain/model/groups.rs(+3 -2)📝
server/src/domain/model/user_attribute_schema.rs(+5 -2)📝
server/src/domain/model/user_attributes.rs(+2 -2)📝
server/src/domain/model/users.rs(+5 -2)📝
server/src/domain/schema.rs(+9 -9)📝
server/src/domain/sql_backend_handler.rs(+2 -2)📝
server/src/domain/sql_group_backend_handler.rs(+43 -21)📝
server/src/domain/sql_migrations.rs(+50 -0)📝
server/src/domain/sql_schema_backend_handler.rs(+14 -13)📝
server/src/domain/sql_tables.rs(+80 -3)📝
server/src/domain/sql_user_backend_handler.rs(+76 -42)📝
server/src/domain/types.rs(+191 -23)📝
server/src/infra/access_control.rs(+15 -11)📝
server/src/infra/auth_service.rs(+12 -5)...and 7 more files
📄 Description
In addition, group names and emails keep their casing.
Fixes #666
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.