#170 Adding centos alias for FEDORAPROJECT.ORG REALM for *centos.org auth passthrough
Merged by humaton. Opened by arrfab.
arrfab/fedora-packager centos-alias  into  main

Download 170.patch

This is to complete https://pagure.io/centos-infra/issue/305 (done at server side).
This just allows client to know that for id.centos.org, gssapi transactions would work with existing kerberos ticket.
At the centos side, there is already a dns record :

dig +short txt _kerberos.centos.org
"FEDORAPROJECT.ORG"

But default krb5.conf shipped in fedora/rhel/centos doesn't use dns lookup :

grep lookup /etc/krb5.conf
 dns_lookup_realm = false

This simple commit would at least resolve this the same way it was done for fedoraproject.org

Signed-off-by: Fabian Arrotin arrfab@centos.org

LGTM, thanks Fabian!

1 new commit added

  • bumped .spec

LGTM as well

LGTM from krb5

Pull-Request has been merged by humaton

Metadata