summaryrefslogtreecommitdiffstats
path: root/install/share/60basev3.ldif
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-09-13 17:24:10 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-11-18 16:54:22 +0100
commit2bc7803b69d15a246486ab5c8a44ead7593e8e90 (patch)
tree43c60eec56ce6ee64bb3b213182e3663afc5108f /install/share/60basev3.ldif
parentec1585f83179fa147f3f7510e3d7b153b8855e9d (diff)
downloadfreeipa.git-2bc7803b69d15a246486ab5c8a44ead7593e8e90.tar.gz
freeipa.git-2bc7803b69d15a246486ab5c8a44ead7593e8e90.tar.xz
freeipa.git-2bc7803b69d15a246486ab5c8a44ead7593e8e90.zip
Unify capitalization of attribute names in schema files
Due to a bug[0], python-ldap doesn't parse schema LDIF files correctly if they use inconsistent capitalization. This patch works around the bug in IPA schema files. [0] https://bugzilla.redhat.com/show_bug.cgi?id=1007820 Note: git's --word-diff option is recommended for viewing these changes
Diffstat (limited to 'install/share/60basev3.ldif')
-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 12c37f62..dbb6a2de 100644
--- a/install/share/60basev3.ldif
+++ b/install/share/60basev3.ldif
@@ -53,4 +53,4 @@ objectClasses: (2.16.840.1.113730.3.8.12.14 NAME 'ipaIDobject' SUP top AUXILIARY
objectClasses: (2.16.840.1.113730.3.8.12.15 NAME 'ipaIDrange' ABSTRACT MUST ( cn $ ipaBaseID $ ipaIDRangeSize $ ipaRangeType ) X-ORIGIN 'IPA v3' )
objectClasses: (2.16.840.1.113730.3.8.12.16 NAME 'ipaDomainIDRange' SUP ipaIDrange STRUCTURAL MAY ( ipaBaseRID $ ipaSecondaryBaseRID ) X-ORIGIN 'IPA v3' )
objectClasses: (2.16.840.1.113730.3.8.12.17 NAME 'ipaTrustedADDomainRange' SUP ipaIDrange STRUCTURAL MUST ( ipaBaseRID $ ipaNTTrustedDomainSID ) X-ORIGIN 'IPA v3' )
-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.19 NAME 'ipaUserAuthTypeClass' SUP top AUXILIARY DESC 'Class for authentication methods definition' MAY ipaUserAuthType X-ORIGIN 'IPA v3')