Adds a new option krb_canon_host that tells Koji clients to get the dns canonical hostname for kerberos auth. The existing krb_rdns option was an attempt to solve the same sort of issue, but caused problems for some network configurations.
krb_canon_host
krb_rdns
Fixes: #599
@tkopecek @mikeb
@mikem Can you add commented default value to koji.conf?
1 new commit added
rebased onto edda41100ce625e2e3d502a9ab877beeb902422f
Commit fdc1cff3 fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
Adds a new option
krb_canon_hostthat tells Koji clients to get the dns canonical hostname for kerberos auth.The existing
krb_rdnsoption was an attempt to solve the same sort of issue, but caused problems for some network configurations.Fixes: #599