From 01ed7284b1adceef70eafbb177fe59c507255f09 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Oct 28 2020 21:18:45 +0000 Subject: remove krb_rdns setting The krb_rdns setting only applies to Koji's old-style Kerberos authentication. It has no effect now because Fedora uses the newer-style GSSAPI authentication. Remove the setting to reduce confusion for new Koji users. https://bugzilla.redhat.com/show_bug.cgi?id=1812702 Signed-off-by: Ken Dreyer --- diff --git a/configs/fedora.conf b/configs/fedora.conf index fd12a77..429d679 100644 --- a/configs/fedora.conf +++ b/configs/fedora.conf @@ -12,6 +12,5 @@ weburl = https://koji.fedoraproject.org/koji topurl = https://kojipkgs.fedoraproject.org/ authtype = kerberos -krb_rdns = false use_fast_upload = yes diff --git a/configs/s390.conf b/configs/s390.conf index 32aed2d..d890ab8 100644 --- a/configs/s390.conf +++ b/configs/s390.conf @@ -12,6 +12,5 @@ weburl = https://s390.koji.fedoraproject.org/koji topurl = https://s390pkgs.fedoraproject.org/ authtype = kerberos -krb_rdns = false use_fast_upload = yes diff --git a/configs/stg.conf b/configs/stg.conf index 81462d5..6e1c733 100644 --- a/configs/stg.conf +++ b/configs/stg.conf @@ -12,6 +12,5 @@ weburl = https://koji.stg.fedoraproject.org/koji topurl = https://kojipkgs.stg.fedoraproject.org/ authtype = kerberos -krb_rdns = false use_fast_upload = yes