From c406f2a04f9ff6a11763ac0258bfa77cc746d87c Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Aug 06 2020 15:30:42 +0000 Subject: add migration note regarding dropped krb configuration options Fixes https://pagure.io/koji/issue/2425 --- diff --git a/docs/source/migrations/migrating_to_1.22.rst b/docs/source/migrations/migrating_to_1.22.rst index 96e2ecc..6045b1a 100644 --- a/docs/source/migrations/migrating_to_1.22.rst +++ b/docs/source/migrations/migrating_to_1.22.rst @@ -46,6 +46,20 @@ The newer gssapi authentication mechanism requires either ``python-requests-kerb For more information see: `PR#2244 `_ and `PR#2280 `_ +As part of this, the ``krbservice`` and ``krb_rdns`` options have been dropped. +These options were accepted in several configuration files and also as command +line options (``--krbservice`` and ``--krb-rdns``) in the cli and some utility +scripts. +In the Web UI configuration (``web.conf``), these options were named +``KrbService`` and ``KrbRDNS``. +Users and admins should remove these options from their configuration. + +These options will cause an error if given on the command line. +They will also cause an error if used in the following configuration files: + +* kojid.conf +* kojira.conf + Other changes -------------