How to get a multi-valued LDAP attribute in JAVA (using a custom query to LDAP)
Today, I would like to show you an example of a custom query to an LDAP, this query obtains a multi-valued LDAP attribute. Situation Imagine you need to know the associated user ids that are linked to an existing user, so you know the name of the LDAP attribute which is “associatedUserID”, and of course…