Hi, Congrats on the new releases! I'm In the process of refactoring all our JNDI code to ApacheDS API :)
The attribute 'member' in our schema for users is used to store group DN's a user is a member of. We sometimes need to manipulate this group String[] with other logic and therefore need to retrieve it from the directory. I can see if the list is the same with .contains but I can't figure out how to get an array of values out of an Attribute..? http://directory.apache.org/api/gen-docs/latest/apidocs/ Thanks.
