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
pub async fn connect_with_parameters(
connect_parameters: ConnectParameters,
) -> Result<(Ldap, String), ConnectError>
connect to an LDAP server using ldap3 with the given set of default parameters