[PR #490] [MERGED] lldap_set_password: create the new tool #777

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/490
Author: @nitnelave
Created: 3/20/2023
Status: Merged
Merged: 3/20/2023
Merged by: @nitnelave

Base: mainHead: change_password


📝 Commits (2)

  • a272783 lldap_set_password: create the new tool
  • 1205e27 docker: Update dockerfiles to build the lldap_set_password tool

📊 Changes

8 files changed (+205 additions, -6 deletions)

View changed files

📝 .github/workflows/Dockerfile.ci.alpine (+7 -0)
📝 .github/workflows/Dockerfile.ci.debian (+7 -0)
📝 .github/workflows/docker-build-static.yml (+14 -2)
📝 Cargo.lock (+13 -0)
📝 Cargo.toml (+2 -1)
📝 Dockerfile (+4 -3)
set-password/Cargo.toml (+25 -0)
set-password/src/main.rs (+133 -0)

📄 Description

Fixes #473.


🔄 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/490 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `change_password` --- ### 📝 Commits (2) - [`a272783`](https://github.com/lldap/lldap/commit/a272783bc6cf7eb3400f839ed1aeea9d6ebee611) lldap_set_password: create the new tool - [`1205e27`](https://github.com/lldap/lldap/commit/1205e274583a3f531eac478c6413e7219e71a6cf) docker: Update dockerfiles to build the lldap_set_password tool ### 📊 Changes **8 files changed** (+205 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Dockerfile.ci.alpine` (+7 -0) 📝 `.github/workflows/Dockerfile.ci.debian` (+7 -0) 📝 `.github/workflows/docker-build-static.yml` (+14 -2) 📝 `Cargo.lock` (+13 -0) 📝 `Cargo.toml` (+2 -1) 📝 `Dockerfile` (+4 -3) ➕ `set-password/Cargo.toml` (+25 -0) ➕ `set-password/src/main.rs` (+133 -0) </details> ### 📄 Description Fixes #473. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:42 +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#777
No description provided.