URL: https://github.com/SSSD/sssd/pull/758 Author: sumit-bose Title: #758: krb5_locator: always use port 88 for master KDC Action: opened
PR body: """ 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 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/758/head:pr758 git checkout pr758