This needs to search any group we want to include by specific name and then table out a list of the users that are members of each group sorted by the group name First, you need to illustrate how a user is represented in Splunk data. Is memberOf already extracted into one string? Second, you need to illustrate what is the form of that "specific name" by which you wish to use in Splunk search. As your example LDAP search indicates, LDAP group is more than just CN, but a group of attributes strung together as a unique identifier. Are you going to search only by CN?
... View more