mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #854] [FEATURE REQUEST] Package lldap_set_password in lldap deb package or distribute a deb package in the same repository #305
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#305
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?
Originally created by @ldidry on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/854
Motivation
I installed lldap from debian repository and wanted to use lldap-cli to set passwords but
lldap_set_passwordis not available in the packages of the repository.Describe the solution you'd like
Either add
lldap_set_passwordto thelldappackage or ship it as a separate package.@nitnelave commented on GitHub (Feb 27, 2024):
Hey! That's a perfectly understandable request. However, I'm not in control of the deb package, I don't even know who is :) Maybe there's a way to report issues closer to the package itself?
@ldidry commented on GitHub (Feb 27, 2024):
According to the name of the repository, it should be @Masgalor.
@Masgalor Is it possible for you to either add
lldap_set_passwordinlldappackage or add a new package for it in your repository, please?@Masgalor commented on GitHub (Feb 27, 2024):
Hey @ldidry I am indeed responsible for the debian package.
I will find a way to ship the optional binaries
lldap_set_passwordandlldap_migration_toolwith the package.Unfortunately I can not promise when I will find the time to work on it.
In the meantime, is it possible for you to use the precompiled
lldap_set_passwordbinary from the release section (here on Github)?