summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/dsinstance.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-25 13:29:49 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-25 13:29:49 -0500
commit5c58015fbe0e77fce8125b3021fa7263c6743fab (patch)
tree024b45f5bb5a7b3ab62dcf037a323f275aecef44 /ipa-server/ipaserver/dsinstance.py
parent996a3f669898e4fc764867c63d9da87aa3b35854 (diff)
downloadfreeipa-5c58015fbe0e77fce8125b3021fa7263c6743fab.tar.gz
freeipa-5c58015fbe0e77fce8125b3021fa7263c6743fab.tar.xz
freeipa-5c58015fbe0e77fce8125b3021fa7263c6743fab.zip
Fix misspelling of the word indices.
Diffstat (limited to 'ipa-server/ipaserver/dsinstance.py')
-rw-r--r--ipa-server/ipaserver/dsinstance.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-server/ipaserver/dsinstance.py b/ipa-server/ipaserver/dsinstance.py
index 6e10e180c..733e5d5be 100644
--- a/ipa-server/ipaserver/dsinstance.py
+++ b/ipa-server/ipaserver/dsinstance.py
@@ -126,7 +126,7 @@ class DsInstance(service.Service):
self.step("enabling memberof plugin", self.__add_memberof_module)
self.step("enabling referential integrity plugin", self.__add_referint_module)
self.step("enabling distributed numeric assignment plugin", self.__add_dna_module)
- self.step("creating indeces", self.__create_indeces)
+ self.step("creating indices", self.__create_indices)
self.step("configuring ssl for ds instance", self.__enable_ssl)
self.step("configuring certmap.conf", self.__certmap_conf)
self.step("restarting directory server", self.__restart_instance)
@@ -292,8 +292,8 @@ class DsInstance(service.Service):
def __add_default_layout(self):
self.__ldap_mod("bootstrap-template.ldif", self.sub_dict)
- def __create_indeces(self):
- self.__ldap_mod("indeces.ldif")
+ def __create_indices(self):
+ self.__ldap_mod("indices.ldif")
def __certmap_conf(self):
shutil.copyfile(ipautil.SHARE_DIR + "certmap.conf.template",