Support ldap auth in network::client
Nowadays there's no way to use anything but 'chap-sha1' authentication:
/// Configuration of [`Protocol`].
#[derive(Debug, Clone, Default, Eq, PartialEq)]
pub struct Config {
/// (user, password)
pub creds: Option<(String, String)>,
// TODO: add buffer limits here
}
It's time to befriend it with ldap, see:
- Revitalize netbx api - #103 (closed)
- ldap - tarantool-sys picodata/tarantool!75
- ldap - picodata picodata!621 (merged)
This is necessary to resolve picodata#400 (closed)