02-07-2018 09:02 AM
I want to pull only the basic attributes or the selected attributes.
For example, out of many attributes(cn, description,guid, dn, uid) I only want a subset(cn, description) from ldap search.
How can this be achieved?
Thanks for the help!
PS: Putting a mapping after ldap search and then passing the attributes won’t solve my problem.