mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

8db7770 Bug 635009 - Add one-way AD sync capability

Authored and Committed by nkinder 13 years ago
    Bug 635009 - Add one-way AD sync capability
    
    This patch adds one-way AD sync capability. A new "oneWaySync"
    configuration attribute can be added to a sync agreement to specify
    which direction one-way sync should work (values of "toWindows" and
    "fromWindows" will be accepted).
    
    Internally, the server will just skip pushing/pulling updates depending
    on the direction that sync is configured for.  We will still update the
    RUV as if entries were actually synced.
    
    One can introduce inconsistencies by updating synced entries on the
    receiving side when using one way sync.  This should be avoided by
    restricting update access to synced entries.
    
        
file modified
+2 -1