[PR #982] [MERGED] server: Add logging for password resets, add name for successful opaque logins #1052

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/982
Author: @nitnelave
Created: 9/26/2024
Status: Merged
Merged: 9/26/2024
Merged by: @nitnelave

Base: mainHead: logging


📝 Commits (1)

  • c8713b9 server: Add logging for password resets, add name for successful opaque logins

📊 Changes

2 files changed (+16 additions, -15 deletions)

View changed files

📝 server/src/domain/sql_opaque_handler.rs (+14 -6)
📝 server/src/infra/auth_service.rs (+2 -9)

📄 Description

Sample logs:

  • Reset
2024-09-26T20:30:25.928317158+00:00  INFO     i [info]: Successfully (re)set password for "test_user"
  • OPAQUE (silent) failure, then success:
2024-09-26T20:30:56.908559850+00:00  INFO     i [info]: OPAQUE login attempt for "admin"
2024-09-26T20:31:03.074156475+00:00  INFO     i [info]: OPAQUE login attempt for "admin"
2024-09-26T20:31:03.600463950+00:00  INFO     i [info]: OPAQUE login successful for "admin"

🔄 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/982 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `logging` --- ### 📝 Commits (1) - [`c8713b9`](https://github.com/lldap/lldap/commit/c8713b9c896627660dfe659f9ea6c64019f71278) server: Add logging for password resets, add name for successful opaque logins ### 📊 Changes **2 files changed** (+16 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/sql_opaque_handler.rs` (+14 -6) 📝 `server/src/infra/auth_service.rs` (+2 -9) </details> ### 📄 Description Sample logs: - Reset ``` 2024-09-26T20:30:25.928317158+00:00 INFO i [info]: Successfully (re)set password for "test_user" ``` - OPAQUE (silent) failure, then success: ``` 2024-09-26T20:30:56.908559850+00:00 INFO i [info]: OPAQUE login attempt for "admin" 2024-09-26T20:31:03.074156475+00:00 INFO i [info]: OPAQUE login attempt for "admin" 2024-09-26T20:31:03.600463950+00:00 INFO i [info]: OPAQUE login successful for "admin" ``` --- <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:44 +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#1052
No description provided.