summaryrefslogtreecommitdiffstats
path: root/install/updates/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-04-05 16:28:59 -0400
committerRob Crittenden <rcritten@redhat.com>2011-04-05 21:46:32 -0400
commitb9a2c11d6f6be6e7e599a48c70e798b720222b35 (patch)
tree3f49173bcc53d76bdedd545b0ecd6ba2539f5cf5 /install/updates/Makefile.am
parent86995509a1d29497fb1c95f810337a567e1d5634 (diff)
downloadfreeipa-b9a2c11d6f6be6e7e599a48c70e798b720222b35.tar.gz
freeipa-b9a2c11d6f6be6e7e599a48c70e798b720222b35.tar.xz
freeipa-b9a2c11d6f6be6e7e599a48c70e798b720222b35.zip
Fix ORDERING in some attributetypes and remove other unnecessary elements.
Looking at the schema in 60basev2.ldif there were many attributes that did not have an ORDERING matching rule specified correctly. There were also a number of attributeTypes that should have been just SUP distinguishedName that had a combination of SUP, SYNTAX, ORDERING, etc. This requires 389-ds-base-1.2.8.0-1+ ticket 1153
Diffstat (limited to 'install/updates/Makefile.am')
-rw-r--r--install/updates/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 947ccd113..1bf8e9caa 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -2,6 +2,7 @@ NULL =
appdir = $(IPA_DATA_DIR)/updates
app_DATA = \
+ 10-60basev2.update \
10-RFC2307bis.update \
10-RFC4876.update \
20-aci.update \