How to keep two instances of Active Directory synchonized

23 views Asked by At

I am having a nightmare with my Integration Team. We have two platforms, Dev and Integration. Each have an instance of Active Directory (AD) but they are not synchronized. Every time I develop something, it works fine in the Dev platform, but the moment the Integration team deploys my app in the Integration platform, there are error messages popping up.

I am wasting a lot of time debugging the application, only to find out that some AD attributes were renamed in the INT platform. Only to find out that the AD in the INT platform was tampered, and not the same as the Dev platform.

How can a developer ensure that the two instances are identical?

0

There are 0 answers