mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #692] [MERGED] Remove password length limitation in lldap_set_password tool #902
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#902
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/692
Author: @stuart938503
Created: 9/28/2023
Status: ✅ Merged
Merged: 9/28/2023
Merged by: @nitnelave
Base:
main← Head:patch-1📝 Commits (3)
56d48bcRemove password length limitation5f8cb70Added minimum length back but with ignore flag012e214Updated with suggestions from @nitnelave📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
set-password/src/main.rs(+5 -1)📄 Description
The password length limitation is arbitrary and non-configurable, and there are legitimate requirements to set a password shorter than 8 characters. This change will make it simple to achieve without the need for a third party tool.
I would update the web UI code also, but am unfamiliar with Rust and the wider LLDAP project to confidently make the change and not break something. The change for this tool appears simple, however.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.