1791eed krb5_locator: always use port 88 for master KDC

3 files Authored by sbose 6 years ago, Committed by jhrozek 6 years ago,
    krb5_locator: always use port 88 for master KDC
    
    If the kpasswdinfo file exists and the found IP address includes a port
    number as well the master KDC lookup will use this port number which is
    most probably wrong. Better use the default port 88 always for master
    KDC lookups.
    
    This patch also updates the man page for the locator plugin which was
    quite outdated.
    
    Related to https://pagure.io/SSSD/sssd/issue/3958
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    (cherry picked from commit 05350abdf2ab98770ca296b9485578218644a2a7)