mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 03:17:28 +03:00
🐛 Bug Report: Docs wrong on LDAP env variables #205
Reference in New Issue
Block a user
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 @johnnycube on GitHub (Mar 15, 2025).
Originally assigned to: @kmendell on GitHub.
Reproduction steps
Hey,
just found a problem in the released documentation: https://pocket-id.org/docs/configuration/environment-variables
should instead be
as per the backend source code
Thanks for the nice app you are writing!
Expected behavior
It should be in the docs:
Actual Behavior
Wrong env flags result in wrong LDAP import
Version and Environment
v0.39.0
Log Output
No response
@kmendell commented on GitHub (Mar 15, 2025):
This should be fixed now :)
25cfb0ba20@johnnycube commented on GitHub (Mar 15, 2025):
Love the reaction time ;)
Took a bit of trial and error and source code reading to find it. Thanks for the change. Did not see the website repo - would have sent a pull request
Thanks again for the lovely tool