[GH-ISSUE #1110] [BUG] Typo in Readme / Documentation #397

Closed
opened 2026-02-27 08:17:04 +03:00 by kerem · 1 comment
Owner

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 underscore LLDAP_LDAPS_OPTIONS_ENABLED=true only

Expected behavior

Documentation should be consistant with the behavior, so fixing documentation is enough. The helm chart works quite well.

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](https://github.com/lldap/lldap/blob/5d2f1685549ac9af3bed1b5aea12863714958ae1/README.md?plain=1#L162) contains two underscores `LLDAP_LDAPS_OPTIONS__ENABLED=true`, but on testing it works with one underscore `LLDAP_LDAPS_OPTIONS_ENABLED=true` only **Expected behavior** Documentation should be consistant with the behavior, so fixing documentation is enough. The helm chart works quite well.
kerem 2026-02-27 08:17:04 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@nitnelave commented on GitHub (Feb 20, 2025):

The correct value is with 2 underscores. You can try with verbose=true in the config (or LLDAP_VERBOSE=true in the env), and toggle the value, it works with 2 underscores.

<!-- gh-comment-id:2671589657 --> @nitnelave commented on GitHub (Feb 20, 2025): The correct value is with 2 underscores. You can try with `verbose=true` in the config (or LLDAP_VERBOSE=true in the env), and toggle the value, it works with 2 underscores.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#397
No description provided.