graph: honor the OCIS_LDAP_GROUP_SCHEMA_MEMBER setting

Fixes: #7032
This commit is contained in:
Ralf Haferkamp
2023-08-17 11:06:34 +02:00
committed by Ralf Haferkamp
parent 1e625093b6
commit c0181f8144
7 changed files with 43 additions and 34 deletions
+3 -4
View File
@@ -17,10 +17,9 @@ import (
)
type groupAttributeMap struct {
name string
id string
member string
memberSyntax string
name string
id string
member string
}
// GetGroup implements the Backend Interface for the LDAP Backend