If Source DN performs a test on the source DN in the current operation.
available |
There is a source DN available. |
equal |
There is a source DN available, and it equals the content of the specified value when compared using semantics appropriate to the DN format of the source data store. |
in-container |
There is a source DN available, and it represents an object in the container specified by value, when compared using semantics appropriate to the DN format of the source data store. |
in-subtree |
There is a source DN available, and it represents an object in the subtree specified by value, when compared using semantics appropriate to the DN format of the source 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. |