Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
The LDAP_BIND_PWD statement specifies the password for the LDAP search user.
Linux, UNIX, and Windows
LDAP_BIND_DN, LDAP_BIND_EPWD, LDAP_SASL_MECH
No
LDAP_BIND_pwd=
search_user_password
For the
search_user_password
variable, enter the password for the LDAP search user that is identified in the LDAP_BIND_DN statement.
If both of the following conditions apply, PowerExchange uses the default value, which is an empty string, as the search user password:
You do not define the LDAP_BIND_PWD statement or the LDAP_BIND_EPWD statement.
You do not both define the LDAP_TLS statement to require client certification and define the LDAP_SASL_MECH=EXTERNAL statement.
An empty string is acceptable if the LDAP server has been configured to allow anonymous access.
If you define the LDAP_TLS statement to require client certification and define the LDAP_SASL_MECH=EXTERNAL statement, the value of LDAP_BIND_PWD is ignored. The credentials of the search user are determined from the client certificate and the certificate mapping of the LDAP server.