mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #236] [MERGED] feat: addition LDAP group membership attributes #910
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/236
Author: @kmendell
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/16/2025
Merged by: @stonith404
Base:
main← Head:ldap-memberof-attribute📝 Commits (3)
31c056ffeat: addition LDAP group membership attributes68da4e8update typo of variable72baad5Merge branch 'main' into ldap-memberof-attribute📊 Changes
6 files changed (+21 additions, -3 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+1 -0)📝
backend/internal/model/app_config.go(+1 -0)📝
backend/internal/service/app_config_service.go(+5 -0)📝
backend/internal/service/ldap_service.go(+3 -2)📝
frontend/src/lib/types/application-configuration.ts(+1 -0)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-ldap-form.svelte(+10 -1)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/234
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.