From 4880598fbd88b2a8a9c76ec794a654350f6720d7 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 2 Feb 2011 16:24:30 +0100 Subject: ipa-server-install inconsistent capitalization A cosmetic patch to IPA server installation output aimed to make capitalization in installer output consistent. Several installation tasks started with a lowercase letter and several installation task steps started with an uppercase letter. https://fedorahosted.org/freeipa/ticket/776 --- ipaserver/install/krbinstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/krbinstance.py') diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py index 86804ce0..ecb84277 100644 --- a/ipaserver/install/krbinstance.py +++ b/ipaserver/install/krbinstance.py @@ -204,7 +204,7 @@ class KrbInstance(service.Service): self.step("adding the password extension to the directory", self.__add_pwd_extop_module) if setup_pkinit: self.step("installing X509 Certificate for PKINIT", self.__setup_pkinit) - self.step("Enable GSSAPI for replication", self.__convert_to_gssapi_replication) + self.step("enable GSSAPI for replication", self.__convert_to_gssapi_replication) self.__common_post_setup() -- cgit