[][src]Function kerbeiros::utils::resolve_realm_kdc

pub fn resolve_realm_kdc(realm: &AsciiString) -> Result<IpAddr>

Resolve the address of the KDC from the name of the realm.

Errors

Returns Error if it is not possible to resolve the domain name or the resolution does not include any IP address.