#168 Fix wrong _has_krb_creds name
Merged 8 years ago by cqi. Opened 8 years ago by cqi.

file modified
+1 -1
@@ -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

8 years ago
Metadata