Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292969 Details for
Bug 430089
typo in ipa-server-install for indeces
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix misspelling
freeipa-600-spelling.patch (text/plain), 5.29 KB, created by
Rob Crittenden
on 2008-01-25 18:30:24 UTC
(
hide
)
Description:
fix misspelling
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-01-25 18:30:24 UTC
Size:
5.29 KB
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1201285789 18000 ># Node ID e40167b8f5d42cf6a2e6b3ceac8ad239ff1750aa ># Parent f4008faa4726e69b91a52eeae5772bd3d9224342 >Fix misspelling of the word indices. > >diff -r f4008faa4726 -r e40167b8f5d4 ipa-server/ipa-install/share/Makefile.am >--- a/ipa-server/ipa-install/share/Makefile.am Fri Jan 25 11:23:12 2008 -0500 >+++ b/ipa-server/ipa-install/share/Makefile.am Fri Jan 25 13:29:49 2008 -0500 >@@ -10,7 +10,7 @@ app_DATA = \ > default-aci.ldif \ > default-keytypes.ldif \ > kerberos.ldif \ >- indeces.ldif \ >+ indices.ldif \ > bind.named.conf.template \ > bind.zone.db.template \ > certmap.conf.template \ >diff -r f4008faa4726 -r e40167b8f5d4 ipa-server/ipa-install/share/indeces.ldif >--- a/ipa-server/ipa-install/share/indeces.ldif Fri Jan 25 11:23:12 2008 -0500 >+++ /dev/null Thu Jan 01 00:00:00 1970 +0000 >@@ -1,65 +0,0 @@ >-dn: cn=krbPrincipalName,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:krbPrincipalName >-nsSystemIndex:false >-nsIndexType:eq >-nsIndexType:sub >- >-dn: cn=ou,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:ou >-nsSystemIndex:false >-nsIndexType:eq >-nsIndexType:sub >- >-dn: cn=carLicense,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:carLicense >-nsSystemIndex:false >-nsIndexType:eq >-nsIndexType:sub >- >-dn: cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:title >-nsSystemIndex:false >-nsIndexType:eq >-nsIndexType:sub >- >-dn: cn=manager,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:manager >-nsSystemIndex:false >-nsIndexType:eq >- >-dn: cn=secretary,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:secretary >-nsSystemIndex:false >-nsIndexType:eq >- >-dn: cn=displayname,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: add >-objectClass:top >-objectClass:nsIndex >-cn:displayname >-nsSystemIndex:false >-nsIndexType:eq >-nsIndexType:sub >- >-dn: cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >-changetype: modify >-add: nsIndexType >-nsIndexType:sub >diff -r f4008faa4726 -r e40167b8f5d4 ipa-server/ipa-install/share/indices.ldif >--- /dev/null Thu Jan 01 00:00:00 1970 +0000 >+++ b/ipa-server/ipa-install/share/indices.ldif Fri Jan 25 13:29:49 2008 -0500 >@@ -0,0 +1,65 @@ >+dn: cn=krbPrincipalName,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:krbPrincipalName >+nsSystemIndex:false >+nsIndexType:eq >+nsIndexType:sub >+ >+dn: cn=ou,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:ou >+nsSystemIndex:false >+nsIndexType:eq >+nsIndexType:sub >+ >+dn: cn=carLicense,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:carLicense >+nsSystemIndex:false >+nsIndexType:eq >+nsIndexType:sub >+ >+dn: cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:title >+nsSystemIndex:false >+nsIndexType:eq >+nsIndexType:sub >+ >+dn: cn=manager,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:manager >+nsSystemIndex:false >+nsIndexType:eq >+ >+dn: cn=secretary,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:secretary >+nsSystemIndex:false >+nsIndexType:eq >+ >+dn: cn=displayname,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: add >+objectClass:top >+objectClass:nsIndex >+cn:displayname >+nsSystemIndex:false >+nsIndexType:eq >+nsIndexType:sub >+ >+dn: cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config >+changetype: modify >+add: nsIndexType >+nsIndexType:sub >diff -r f4008faa4726 -r e40167b8f5d4 ipa-server/ipaserver/dsinstance.py >--- a/ipa-server/ipaserver/dsinstance.py Fri Jan 25 11:23:12 2008 -0500 >+++ b/ipa-server/ipaserver/dsinstance.py Fri Jan 25 13:29:49 2008 -0500 >@@ -141,7 +141,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) >@@ -307,8 +307,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",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430089
: 292969