?
search
Summary​
Searches LDAP for a match
Description​
Send search request to configured LDAP connection. Following types of search are supported.
- approxMatch: filters on approximation match
- equalityMatch: filters on case insensitive exact match
- caseExactMatch: filters on case sensitive exact match
- greaterOrEqual: filters on greater or equal to provided value
- lessOrEqual: filters on less or equal to provided value
- present: filters on attribute type presence
- initialMatch: filters on initial substrings
- anyMatch: filters on any substrings
- finalMatch: filters on final substrings
Fields​
Database Connection​
Database Connection
Search Type​
Type of search
Search String​
Value to search for
Search Attribute​
Attribute to search against
Attributes to return​
Comma delimited list of attributes to return in search result
Search Base DN​
Base DN to search against
Process result​
Modify column and row data into list of keyed objects
Helpful?