mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #798] [MERGED] server: Move the definition of UserId down to lldap_auth #957
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#957
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/798
Author: @nitnelave
Created: 1/15/2024
Status: ✅ Merged
Merged: 1/15/2024
Merged by: @nitnelave
Base:
main← Head:user_id📝 Commits (1)
97ec2faserver: Move the definition of UserId down to lldap_auth📊 Changes
18 files changed (+212 additions, -162 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
app/src/components/change_password.rs(+2 -2)📝
app/src/components/create_user.rs(+1 -1)📝
app/src/components/login.rs(+1 -1)📝
app/src/components/reset_password_step2.rs(+1 -1)📝
auth/Cargo.toml(+7 -0)📝
auth/src/lib.rs(+102 -8)📝
auth/src/opaque.rs(+5 -4)📝
migration-tool/src/lldap.rs(+1 -1)📝
server/Cargo.toml(+1 -0)📝
server/src/domain/sql_backend_handler.rs(+1 -1)📝
server/src/domain/sql_opaque_handler.rs(+12 -14)📝
server/src/domain/types.rs(+54 -108)📝
server/src/infra/auth_service.rs(+7 -7)📝
server/src/infra/ldap_handler.rs(+9 -9)📝
server/src/main.rs(+4 -2)📝
server/tests/common/auth.rs(+1 -1)📝
set-password/src/main.rs(+2 -2)📄 Description
Fixes #797
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.