LDAPAsyncSearchValve
Valve for searching an LDAP directory server asynchronous.
If no items exist in the Current Item Set (CIS), the valve will perform the configured search and populate the CIS with the search result entries. If items exist in CIS the valve operates on them and will process all items surviving the common item filtering rules. This means that if an item already exists, search will be made on the item and NOT in the LDAP source configured.
Properties
Example Configuration
{
"name": "LDAPAsyncSearchValve",
"config": {
"connection_ref":"b0f2ddff-9585-47c5-9286-2bee2b731197",
"base_dn":"dc=phenixid,dc=com",
"scope":"SUB",
"size_limit":"0",
"filter_template":"samAccountName={{request.User-Name}}",
"attributes":"description,mobile"
}
}