mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 08:45:55 +03:00
[PR #1334] [CLOSED] server: Adding User Manager group (lldap_user_manager) #1265
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#1265
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/1334
Author: @asalimonov
Created: 10/22/2025
Status: ❌ Closed
Base:
main← Head:feature/lldap-user-manager-role📝 Commits (2)
73f08e8server: Adding User Manager group (lldap_user_manager)5f090b1Refactoring cookies📊 Changes
14 files changed (+273 additions, -75 deletions)
View changed files
📝
app/src/components/app.rs(+32 -16)📝
app/src/components/banner.rs(+30 -25)📝
app/src/components/login.rs(+3 -3)📝
app/src/infra/api.rs(+10 -6)📝
crates/access-control/src/lib.rs(+26 -5)📝
crates/auth/src/access_control.rs(+14 -2)📝
crates/graphql-server/src/api.rs(+5 -1)📝
crates/graphql-server/src/mutation/mod.rs(+50 -6)📝
crates/ldap/src/handler.rs(+6 -0)📝
crates/ldap/src/modify.rs(+81 -4)📝
crates/ldap/src/password.rs(+7 -3)📝
scripts/bootstrap.sh(+1 -1)📝
server/src/auth_service.rs(+7 -3)📝
server/src/main.rs(+1 -0)📄 Description
Hello! Can you please consider this PR for adding a role for managing of users?
Use case: we want to grant access rights for several persons who should be responsible for onboarding of new employees. Usually they are HR managers or assistants. They shouldn't be able to modify of admins and other user managers, just manage regular accounts.
User Manager can:
User Manager cannot:
Added several tests to verify behavior.



Built and tested docker image. Added several screenshots.
Would be very thankful for review and accept!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.