• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Tag: sour

Enterprise Development Java EE

How to get a multi-valued LDAP attribute in JAVA (using a custom query to LDAP)

Posted on January 27, 2014by alex-arriaga

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…