helpdesksulekha
Upgrade to v1.18.2, re-enable both instances, and retest. If it's still an issue after upgrading to v1.18.2 then there is a bug with multiple LDAP instances and you'll simply need to use one instance until the bug is addressed. If the bug is present in v1.18.2 as well, a temporary workaround can be putting all needed users in a specific OU in AD then create a singular plugin instance for that OU. Of course, you'd have to update everyone's backend to match the new instance ID.
The old ldap.client
(users) and ldap
(agents) backends should no longer work once upgraded. Since multi-instance plugins were introduced it will look for backends like ldap.client.p1i2
(users) and ldap.p1i2
(agents) to match the specific instance config. The p1i2
part simply means Plugin with ID of 1 and Instance of ID 2. Of course the IDs will be different in your case.
To note, we are focusing on v2.0 so legacy is not receiving updates as often as before. So it will take quite some time before we can even look at this again.
Cheers.