mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #490] [MERGED] lldap_set_password: create the new tool #777
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#777
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/490
Author: @nitnelave
Created: 3/20/2023
Status: ✅ Merged
Merged: 3/20/2023
Merged by: @nitnelave
Base:
main← Head:change_password📝 Commits (2)
a272783lldap_set_password: create the new tool1205e27docker: 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.