From 5ccb21826796c35f305a8fcfdf1d54b6b9ecd307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Franke?= Date: Tue, 31 Jan 2023 11:54:19 +0100 Subject: [PATCH] Add memberOfSchoolAttribute to class attrr getter. --- services/graph/pkg/identity/ldap_education_class.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/graph/pkg/identity/ldap_education_class.go b/services/graph/pkg/identity/ldap_education_class.go index e3f2d2386c..96be43e0e0 100644 --- a/services/graph/pkg/identity/ldap_education_class.go +++ b/services/graph/pkg/identity/ldap_education_class.go @@ -298,6 +298,7 @@ func (i *LDAP) getEducationClassAttrTypes(requestMembers bool) []string { i.groupAttributeMap.id, i.educationConfig.classAttributeMap.classification, i.educationConfig.classAttributeMap.externalID, + i.educationConfig.memberOfSchoolAttribute, } if requestMembers { attrs = append(attrs, i.groupAttributeMap.member)