mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: LDAP_ATTRIBUTE_ADMIN_GROUP is misnamed #177
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 @dougmeredith on GitHub.
Reproduction steps
This might be more of a deficiency than a bug, but I didn't have that option to select.
The configuration item LDAP_ATTRIBUTE_ADMIN_GROUP is not an attribute name, it's the name of a group. It should be called "LDAP_ADMIN_GROUP" or something like that.
Expected behavior
Only attributes should begin with "LDAP_ATTRIBUTE_".
Actual Behavior
A non-attribute begins with "LDAP_ATTRIBUTE_".
Version and Environment
v1.2.0
Log Output
No response
@stonith404 commented on GitHub:
Thank you for reporting this. I have updated the description in the documentation, but since renaming this variable would break existing installations, we will wait to fix it until the next major release.