0

I am using spring ldap to connect to OpenLdap.

Wondering if there is any way in which we can query all the aliases present inside a particular base? I tried ldaptemplate.search, but it returns only the object inside the base, according to the filter provided, and not the aliases associated with the objects.

Looking forward for the answers.

sagar
  • 3
  • 2

1 Answers1

0

You have to turn off alias chasing via whatever API you are using. Then the result of the search is the alias objects themselves, not what they refer to.

user207421
  • 305,947
  • 44
  • 307
  • 483