mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #597] Format for changing password from inside container. #218
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#218
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 @tetricky on GitHub (Jun 7, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/597
Fails with error
Whereas
Completes successfully.
@nitnelave commented on GitHub (Jun 7, 2023):
I need to have a look at the requests: should we fix that on the client or server side?
@nitnelave commented on GitHub (Jun 7, 2023):
Note that if we have a double-slash, it should be fixed on the client side. Probably by actually parsing the URL (also provides validation), maybe setting a default of localhost:17170 on the way.
@eztEgyed commented on GitHub (Jul 26, 2023):
I have got:
Error: HTTP status client error (400 Bad Request) for url (http://localhost:17170/auth/opaque/register/start)
What does it mean?
@nitnelave commented on GitHub (Jul 26, 2023):
@eztEgyed how did you get that? From running lldap_set_password?