🐛 Bug Report: Docs wrong on LDAP env variables #205

Closed
opened 2026-02-04 17:59:55 +03:00 by OVERLORD · 2 comments
Owner

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

  • LDAP_ATTRIBUTE_USER_UNIQUE_ID
  • LDAP_ATTRIBUTE_GROUP_UNIQUE_ID

should instead be

  • LDAP_ATTRIBUTE_USER_UNIQUE_IDENTIFIER
  • LDAP_ATTRIBUTE_GROUP_UNIQUE_IDENTIFIER

as per the backend source code

Thanks for the nice app you are writing!

Expected behavior

It should be in the docs:

  • LDAP_ATTRIBUTE_USER_UNIQUE_IDENTIFIER
  • LDAP_ATTRIBUTE_GROUP_UNIQUE_IDENTIFIER

Actual Behavior

Wrong env flags result in wrong LDAP import

Version and Environment

v0.39.0

Log Output

No response

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 * LDAP_ATTRIBUTE_USER_UNIQUE_ID * LDAP_ATTRIBUTE_GROUP_UNIQUE_ID should instead be * LDAP_ATTRIBUTE_USER_UNIQUE_IDENTIFIER * LDAP_ATTRIBUTE_GROUP_UNIQUE_IDENTIFIER as per the backend source code Thanks for the nice app you are writing! ### Expected behavior It should be in the docs: * LDAP_ATTRIBUTE_USER_UNIQUE_IDENTIFIER * LDAP_ATTRIBUTE_GROUP_UNIQUE_IDENTIFIER ### Actual Behavior Wrong env flags result in wrong LDAP import ### Version and Environment v0.39.0 ### Log Output _No response_
OVERLORD added the bug label 2026-02-04 17:59:55 +03:00
Author
Owner

@kmendell commented on GitHub (Mar 15, 2025):

This should be fixed now :) 25cfb0ba20

@kmendell commented on GitHub (Mar 15, 2025): This should be fixed now :) https://github.com/pocket-id/website/commit/25cfb0ba206aa968abd218b3166dd593fad49ccf
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#205