In the case of group memberships, it is often necessary to use additional attributes such as first name, surname, mail address etc., in order to obtain a clear presentation form. This can be done as follows.
First, the information necessary for the report is selected as described under Modified statistics. The required group is now determined in the LDAP-Explorer.
This entry is used in a separate filter:
<Filter>
<Name>
All members of a group
<LocalizedValues>
<Value Locale="de">All members of a group</Value>
</LocalizedValues>
</Name>
<Description>
Shows all group members
<LocalizedValues>
<Value Locale=“de“>Shows all members of a group</Value>
<Value Locale=“en“>Shows all group members</Value>
</LocalizedValues>
</Description>
<Pattern>(&(objectCategory=person)(objectClass=user)(memberOf=CN=Administratoren,CN=Builtin,DC=maxcrc,DC=de))</Pattern>
<Producer>Microsoft</Producer>
</Filter>
This filter is now used:

and produces the following result:
which in turn can be used for further purposes (evaluations or modifications). For example, the members can be exported to Excel with the required attributes (context menu ‘Export to Excel’).

