summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2014-06-27 13:04:03 +0200
committerMartin Kosek <mkosek@redhat.com>2014-06-27 16:29:57 +0200
commitbd29d3cbbc91bc547fd52e96a8facbdcda91773c (patch)
tree0b7597059b4c541461343c8354df4ec3f05dd03d /install
parentaa2ef07b8c74d05e8a83928dab4b5cae8722a52f (diff)
downloadfreeipa-bd29d3cbbc91bc547fd52e96a8facbdcda91773c.tar.gz
freeipa-bd29d3cbbc91bc547fd52e96a8facbdcda91773c.tar.xz
freeipa-bd29d3cbbc91bc547fd52e96a8facbdcda91773c.zip
Fix objectClass casing in LDIF to prevent schema update error
When a new objectclass was defined as "objectclass" and not "objectClass", it made the schema updater skip some objectclasses. https://fedorahosted.org/freeipa/ticket/4405 Reviewed-By: Rich Megginson <rmeggins@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/share/60basev3.ldif2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/60basev3.ldif b/install/share/60basev3.ldif
index 6282dc16a..7c2599cef 100644
--- a/install/share/60basev3.ldif
+++ b/install/share/60basev3.ldif
@@ -66,4 +66,4 @@ objectClasses: (2.16.840.1.113730.3.8.12.17 NAME 'ipaTrustedADDomainRange' SUP i
objectClasses: (2.16.840.1.113730.3.8.12.19 NAME 'ipaUserAuthTypeClass' SUP top AUXILIARY DESC 'Class for authentication methods definition' MAY ipaUserAuthType X-ORIGIN 'IPA v3')
objectClasses: (2.16.840.1.113730.3.8.12.20 NAME 'ipaUser' AUXILIARY MUST ( uid ) MAY ( userClass ) X-ORIGIN 'IPA v3' )
objectClasses: (2.16.840.1.113730.3.8.12.21 NAME 'ipaPermissionV2' DESC 'IPA Permission objectclass, version 2' SUP ipaPermission AUXILIARY MUST ( ipaPermBindRuleType $ ipaPermLocation ) MAY ( ipaPermDefaultAttr $ ipaPermIncludedAttr $ ipaPermExcludedAttr $ ipaPermRight $ ipaPermTargetFilter $ ipaPermTarget ) X-ORIGIN 'IPA v3' )
-objectclasses: (2.16.840.1.113730.3.8.12.22 NAME 'ipaAllowedOperations' SUP top AUXILIARY DESC 'Class to apply access controls to arbitrary operations' MAY ( ipaAllowedToPerform $ ipaProtectedOperation ) X-ORIGIN 'IPA v3')
+objectClasses: (2.16.840.1.113730.3.8.12.22 NAME 'ipaAllowedOperations' SUP top AUXILIARY DESC 'Class to apply access controls to arbitrary operations' MAY ( ipaAllowedToPerform $ ipaProtectedOperation ) X-ORIGIN 'IPA v3')