Hi All, first time posting on here … We have a set of services that we deploy to different environments, some of which use OpenLDAP, but others use Active Directory. We’ve modified our code to allow for different configuration and to integrate with ActiveDirectory, and are now updating the unit tests to test both scenarios based on additional configuration. We’ve attempted to update the users.ldif for the ActiveDirectory unit test to include sAMAccountName by making Microsoft-compatible Schema changes. After a lot of tweaks, the users.ldif changes seem to be accepted, but the BindRequestHandler cannot find the principalDN. Just wanted to check whether anyone has tried this before? Are we wasting our time? Shall we switch to mock testing instead?
Many thanks for your help
