vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Add referral support for non-search operations #267

Closed dfish3r closed 2 months ago

dfish3r commented 3 months ago

Referral chasing was implemented only for search operations in v2. Add referral chasing for add, compare, delete, modify and modify DN.

dfish3r commented 2 months ago

Fixed in #268