mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[GH-ISSUE #263] LLDAP_LDAP_USER_PASS_FILE does not work #95
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#95
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 @ColonelThirtyTwo on GitHub (Jul 15, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/263
Starting like this:
Trying to log in with username "admin" password "asdfasdfasdf" results in an "Invalid username or password" message.
I've removed the databases for the test - there are no existing users.
@ColonelThirtyTwo commented on GitHub (Jul 15, 2022):
Apparently the
*_FILEvars are only read by `docker-entrypoint.sh, not by the main binary, so you can't use them if you're not using docker. Not very obvious.@nitnelave commented on GitHub (Aug 2, 2022):
Created https://github.com/SergioBenitez/Figment/issues/51 to see if we can handle them at config loading time instead.
@nitnelave commented on GitHub (Sep 13, 2022):
I created the crate https://crates.io/crates/figment_file_provider_adapter to allow this pattern.