hello,
i use an MV extension to provision user from AD to AD LDS, but when i try to populate the objectGUID of the AD LDS Management Agent it does not work
csentry["objectGUID"].BinaryValue = mventry["mv_GUID"].BinaryValue;
mv_GUID is mapped directly with objectGUID of the AD Management Agent
Regards