mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
Add memberOfSchoolAttribute to class attrr getter.
This commit is contained in:
committed by
Ralf Haferkamp
parent
992ef9c5d7
commit
5ccb218267
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user