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:
parent
18e0e8803f
commit
7afc7628ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue