Learn more about these different git repos.
Other Git URLs
fa53232
@@ -892,7 +892,7 @@
# Define some helper functions, they start with _
- def _has_krb_creds_default(self):
+ def _has_krb_creds(self):
"""Kerberos authentication is disabled if neither gssapi nor krbV is available"""
return cccolutils.has_creds()
Signed-off-by: Chenxiong Qi cqi@redhat.com
I just found this in a clean Fedora 25 container without cert and kerberos configured.
Pull-Request has been merged by cqi
Signed-off-by: Chenxiong Qi cqi@redhat.com