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.
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"
}
}