#2401 kojira: drop reference to krb_login
Merged 3 years ago by tkopecek. Opened 3 years ago by mikem.
mikem/koji one-last-krb-login  into  master

file modified
+1 -1
@@ -1192,7 +1192,7 @@ 

          # authenticate using user/password

          session.login()

      elif koji.reqgssapi and options.principal and options.keytab:

-         session.krb_login(options.principal, options.keytab, options.ccache)

+         session.gssapi_login(options.principal, options.keytab, options.ccache)

      else:

          quit("No username/password/certificate supplied and Kerberos missing or not configured")

      # get an exclusive session

this call to krb_login was accidentally re-introduced with a merge commit.

Fixes https://pagure.io/koji/issue/2400

Metadata Update from @mikem:
- Pull-request tagged with: testing-ready

3 years ago

Commit cee7d4f fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago

Metadata Update from @julian8628:
- Pull-request tagged with: testing-done

3 years ago