https://github.com/lldap/lldap logo
VeenarM - Is there a way to get the users and g...
# troubleshooting
v
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
message has been deleted
n
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)
v
ahh looks like * + isn't working
n
It doesn't expand to all the attributes, no
(maybe it should 🤔)