This extension allows to lookup the value of an attribute at the destination which may be useful for the purpose of maintaining referential integrity at the destination
Allowed Arguments
Argument Name: | attribute |
Description: | The attribute type to fulfill with the lookup |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | lookup-base |
Description: | The base DN for the lookup at the destination |
Data Type: | LDAP Distinguished Name |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | lookup-scope |
Description: | The scope to use for the lookup at the destination |
Data Type: | LDAP Search Scope |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | lookup-filter |
Description: | The filter to use for the lookup at the destination. This is a pattern that can use the curly brace notation to expand attribute values from either the destination entry computed by the sync class after all mappings have been applied or the source entry is you use the corresponding argument (use-source-entry-to-generate-lookup-filter) |
Data Type: | LDAP Search Filter |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | lookup-attribute |
Description: | The attribute type to request as part of the lookup search request at the destination |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | use-source-entry-to-generate-lookup-filter |
Description: | This switch allows to use the source entry to expand the pattern for the lookup filter |
Data Type: | Boolean |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | abort-sync-on-lookup-failure |
Description: | Abort sync processing for the entry if lookup fails |
Data Type: | Boolean |
Is Required: | false |
Maximum Occurrences: | 1 |