Open mdurkovic opened 8 months ago
Nevermind, I found my answer: https://github.com/noirello/bonsai/commit/561f0ccdd207b864a8723526c2010ab76e39b4b3
Hi, I'm confused a little. I'd expect that after setting set_ignore_referrals
to False, the search result returns LDAPReference
objects. I've never tested it with AD, but that's how it works with OpenLDAP and referral
objectClasses.
Hi,
I have an AD multi-domain forest where I rely on LDAP referral search result such as the following:
Trying the same search with bonsai returns empty list:
Search continuation references work as expected.
Is there anything I'm missing or are the LDAP referrals (result code 10) being ignored?