Function connect_with_parameters

Source
pub async fn connect_with_parameters(
    connect_parameters: ConnectParameters,
) -> Result<(Ldap, String), ConnectError>
Expand description

connect to an LDAP server using ldap3 with the given set of default parameters