[PR #798] [MERGED] server: Move the definition of UserId down to lldap_auth #957

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

📋 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: mainHead: user_id


📝 Commits (1)

  • 97ec2fa server: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/798 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `user_id` --- ### 📝 Commits (1) - [`97ec2fa`](https://github.com/lldap/lldap/commit/97ec2facf5ffb75467ea592c76291dda2c3e356d) server: Move the definition of UserId down to lldap_auth ### 📊 Changes **18 files changed** (+212 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #797 --- <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:23 +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#957
No description provided.