Is there a way to get the users and groups to return the membersOf fields? trying to do a test integration with a system that links members of with groups but as they're not returned its all blank. (Or is this not available in lldap).
a
Answer Overflow
06/10/2024, 2:09 AM
message has been deleted
n
nitnelave
06/10/2024, 5:07 AM
Are you asking in LDAP or GraphQL?
In LDAP you have to specify the field (memberOf for users, member for groups) as an attribute in the query.
In graphQL you add a "users" field in your groups query (or vice versa)