Struct ldap3::SearchOptions [] [src]

pub struct SearchOptions { /* fields omitted */ }

Additional parameters for the Search operation.

Methods

impl SearchOptions
[src]

Create an instance of the structure with default values.

Set the method for dereferencing aliases.

Set the indicator of returning just attribute names (true) vs. names and values (false).

Set the time limit, in seconds, for the whole search operation.

This is a server-side limit of the elapsed time for performing the operation, not a network timeout for retrieving result entries or the result of the whole operation.

Set the size limit, in entries, for the whole search operation.