mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #42] Support a simpler method of logging in and changing passwords #23
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#23
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 @nitnelave on GitHub (Sep 23, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/42
To facilitate other frontends, a classic login methods sending the password in clear to the server could be added. That should come with a stern warning about DDoS attacks since the server will be doing all the steps of the OPAQUE protocol.
@JaneJeon commented on GitHub (Apr 4, 2022):
Or we could just support something like https://github.com/ltb-project/self-service-password? obviously that would require that lldap be "writable" from the perspective of that application
@nitnelave commented on GitHub (Apr 4, 2022):
That's a different thing: what you're suggesting is a way for users to change their password and/or reset it via email. This is already supported by LLDAP with the web UI, and the LDAP interface also allows changing the password. LLDAP should already be compatible with self-service-password, but it shouldn't be needed because the functionality is already built-in.
This issue is about facilitating scripting, especially with other languages, to allow them to authenticate via simple login/password instead of going through opaque.
Note that it was implemented in https://github.com/nitnelave/lldap/pull/121, we should close this.