kojira: drop reference to krb_login

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

Fixes https://pagure.io/koji/issue/2400
This commit is contained in:
Mike McLean 2020-07-24 17:20:09 -04:00
parent 18e0e8803f
commit 7afc7628ad

View file

@ -1192,7 +1192,7 @@ if __name__ == "__main__":
# 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