The code in the driver for the LDAP connector only returns the first element in the array (e.g. group -> member - multiple members, but only picks up the first one).
Since we then pass it onto a Groovy script we can change it to check the size and return a getAll() so there is an enumeration returned, however that doesn't appear to fit with the architecture of Scriptella so would there be a better recommendation?
We'd like to pass the code back via a pull request.
Ta
Richard