mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1110] [BUG] Typo in Readme / Documentation #397
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#397
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 @flashpixx on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1110
Describe the bug
In the readme ths line of LDAPS configuration contains two underscores
LLDAP_LDAPS_OPTIONS__ENABLED=true, but on testing it works with one underscoreLLDAP_LDAPS_OPTIONS_ENABLED=trueonlyExpected behavior
Documentation should be consistant with the behavior, so fixing documentation is enough. The helm chart works quite well.
@nitnelave commented on GitHub (Feb 20, 2025):
The correct value is with 2 underscores. You can try with
verbose=truein the config (or LLDAP_VERBOSE=true in the env), and toggle the value, it works with 2 underscores.