OneIM 8.1.4 Synchronization Editor "Scope" auto update

Hello,

I have a question regarding the Scope functionning in the Synchronization Editor.


After created the Active Directory connector, we've set a Scope for the synchronization by activating the needed OrganizationalUnits that we can see in the hierarchy(a blue buttons selection)
The problem is, this scope (a blue selection) has been automatically updated after we created a new OrganizationalUnit in the target system.
I'm not sure this is a normal functionning. What we need is to be sure that only the selected OrganizationalUnit take part in the synchronization, whatever the changes take place in the target. In other words, if there is a new OrganizationalUnit created in the AD, we dont want it to be automatically included in our scope.

Is there some configuration parameter for that?

Many thanks

Parents
  • When a new hierarchy item appears it inherits the "in scope" / "out of scope" state from it's parent item.

    An example with organisationalUnits ( [_] not selected / [x] selected):

    [_] corp
    [x] corp/NorthAmerica
    [x] corp/NorthAmerica/UnitedStates
    [_] corp/NorthAmerica/Canada

    new OrganizationalUnits are created

    out of scope; because parent OU is out of scope:
    [_] corp/Europe
    [_] corp/NorthAmerica/Canada/Ontario

    in scope; because parent OU is in scope
    [x] corp/NorthAmerica/Mexico
    [x] corp/NorthAmerica/UnitedStates/Texas

Reply
  • When a new hierarchy item appears it inherits the "in scope" / "out of scope" state from it's parent item.

    An example with organisationalUnits ( [_] not selected / [x] selected):

    [_] corp
    [x] corp/NorthAmerica
    [x] corp/NorthAmerica/UnitedStates
    [_] corp/NorthAmerica/Canada

    new OrganizationalUnits are created

    out of scope; because parent OU is out of scope:
    [_] corp/Europe
    [_] corp/NorthAmerica/Canada/Ontario

    in scope; because parent OU is in scope
    [x] corp/NorthAmerica/Mexico
    [x] corp/NorthAmerica/UnitedStates/Texas

Children