[PR #26] [MERGED] Set admin password when creating the user #498

Closed
opened 2026-02-27 08:17:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/26
Author: @nitnelave
Created: 7/5/2021
Status: Merged
Merged: 7/5/2021
Merged by: @nitnelave

Base: mainHead: set_admin_password


📝 Commits (1)

  • 6d885e7 Set admin password when creating the user

📊 Changes

2 files changed (+32 additions, -30 deletions)

View changed files

📝 src/domain/sql_opaque_handler.rs (+29 -29)
📝 src/main.rs (+3 -1)

📄 Description

Commit e09c73e introduced a bug: when creating the admin account, we were no longer setting the password. This caused https://github.com/nitnelave/lldap/issues/24 because no password was set.

Fixes https://github.com/nitnelave/lldap/issues/24.


🔄 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/26 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 7/5/2021 **Status:** ✅ Merged **Merged:** 7/5/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `set_admin_password` --- ### 📝 Commits (1) - [`6d885e7`](https://github.com/lldap/lldap/commit/6d885e766576788ceabbe44d490d8923909257ee) Set admin password when creating the user ### 📊 Changes **2 files changed** (+32 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/domain/sql_opaque_handler.rs` (+29 -29) 📝 `src/main.rs` (+3 -1) </details> ### 📄 Description Commit e09c73e introduced a bug: when creating the admin account, we were no longer setting the password. This caused https://github.com/nitnelave/lldap/issues/24 because no password was set. Fixes https://github.com/nitnelave/lldap/issues/24. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:46 +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#498
No description provided.