If Destination DN performs a test on the destination DN in the current operation.
available |
There is a destination DN available. |
equal |
There is a destination DN available, and it equals the specified value when compared using semantics appropriate to the DN format of the destination data store. |
in-container |
There is a destination DN available, and it represents an object in the container, specified by value, when compared using semantics appropriate to the DN format of the destination data store. |
in-subtree |
There is a destination DN available, and it represents an object in the subtree, specified by value, when compared using semantics appropriate to the DN format of the destination data store. |
not available |
Available would return False. |
not-equal |
Equal would return False. |
not-in-container |
In-container would return False. |
not-in-subtree |
In-subtree would return False. |