Hello all,  I've seen some community discussions over time on ISS list-based sync.  I found out something today from Support that's *not* in the ISS Configuration Guide in the list-based sync section.  Here it is:
If you want to do a list-based sync between LSF and Landmark, in your xml file there should be a local section *and* remote section with the users you want to sync.  Following is an example:
<?xml version="1.0" encoding="ISO-8859-1"?> <XML> <systems> <system type="LANDMARK"> <objTypes nm="ObjTypes"> <objType nm="Actor" defAction="update_remote" mergeActorRoles="false"/> </objTypes> <obj type="Actor"> <local>
<rec id="114913"/>
<rec id="118464"/>
</local>
<remote>
<rec id="114913"/>
<rec id="118464"/>
</remote>
</obj> </system> </systems> </XML>
We found that roles weren't actually truly synchronizing as we expected until we added the <remote> section to the .xml file, based on Support input.  Now things sync perfectly!  We're doing this within IPA so that's why I put it under the IPA Community.  Let me know if you need a hand with doing this.  It was a fun mystery to solve!!
Lenny@Children's Healthcare of Atlanta