1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-24 03:55:06 +00:00

fix!: rename LDAP_ATTRIBUTE_ADMIN_GROUP env variable to LDAP_ADMIN_GROUP_NAME (#1089)

This commit is contained in:
Elias Schneider
2025-11-12 11:51:01 +01:00
parent c0e490c28f
commit e1c5021eee
7 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ export type AllAppConfig = AppConfig & {
ldapAttributeGroupMember: string;
ldapAttributeGroupUniqueIdentifier: string;
ldapAttributeGroupName: string;
ldapAttributeAdminGroup: string;
ldapAdminGroupName: string;
ldapSoftDeleteUsers: boolean;
};