2012/11/21 Emeric Million <[email protected]>: > Ok ! Thanks for the idea, I will look to dynamic group :D > > However, could you tell me if I'm wrong : > > The "pivotAttributes" is a sort of a link between the source and > destination. In my example, I want the memberUid's destination to be the > source's cn ; So the memberUid is my pivotAttributes destination and the cn > my source ? > I don't see the real purpose of the "getOneFilter" beacause the > "getAllFilter" is already a filter ^^. But I think it's linked with the > pivotAttributes ? However it's a bit cloudy in my mind :D > > Anyway, I really want to thank you for your help and your time ! :)
So, yes, pivot attribute is a link between source and destination. This attribute is used in getOneFilter, the filter that match a SINGLE entry in source or destintation. LSC will throw an error if the filter match more than one entry. The getAllFilter is the filter to match all entries in source or destination. Here is how LSC uses configured filters : * Sync phase (-s or -a) : - Get all entries in source with getAllFilter from source - Foreach entry found, get entry in source with getOneFilter from source and get entry in destination with getOneFilter from destination * Clean phase (-c) : - Get all entries in destination with getAllFilter from destination - Foreach entry found, get entry from source with cleanFilter from source Hope this is clear. Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

