mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
[PR #1089] [MERGED] fix!: rename LDAP_ATTRIBUTE_ADMIN_GROUP env variable to LDAP_ADMIN_GROUP_NAME
#1052
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?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/1089
Author: @stonith404
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/12/2025
Merged by: @stonith404
Base:
breaking/v2← Head:fix/ldap-env-variable📝 Commits (1)
b00d9fffix!: renameLDAP_ATTRIBUTE_ADMIN_GROUPenv variable toLDAP_ADMIN_GROUP_NAME📊 Changes
7 files changed (+8 additions, -8 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+1 -1)📝
backend/internal/model/app_config.go(+1 -1)📝
backend/internal/service/app_config_service.go(+1 -1)📝
backend/internal/service/e2etest_service.go(+1 -1)📝
backend/internal/service/ldap_service.go(+1 -1)📝
frontend/src/lib/types/application-configuration.ts(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-ldap-form.svelte(+2 -2)📄 Description
Fixes #619.
Breaking changes:
LDAP_ATTRIBUTE_ADMIN_GROUPrenamed toLDAP_ADMIN_GROUP_NAME.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.