PR#2427: add migration note regarding dropped krb configuration options

Merges #2427
https://pagure.io/koji/pull-request/2427

Fixes: #2425
https://pagure.io/koji/issue/2425
Note dropped options in 1.22 migration notes
This commit is contained in:
Tomas Kopecek 2020-08-10 11:17:18 +02:00
commit 3932ab89b6

View file

@ -46,6 +46,20 @@ The newer gssapi authentication mechanism requires either ``python-requests-kerb
For more information see: `PR#2244 <https://pagure.io/koji/pull-request/2244>`_ and
`PR#2280 <https://pagure.io/koji/pull-request/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
-------------