From fa53232036c1b4bdd9807fb63280d89f530ccfb2 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Dec 09 2016 00:59:48 +0000 Subject: Fix wrong _has_krb_creds name Signed-off-by: Chenxiong Qi --- diff --git a/pyrpkg/__init__.py b/pyrpkg/__init__.py index b9c6b62..c5b9b1b 100644 --- a/pyrpkg/__init__.py +++ b/pyrpkg/__init__.py @@ -892,7 +892,7 @@ class Commands(object): # 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()