summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-05-21 15:15:20 -0400
committerRob Crittenden <rcritten@redhat.com>2010-05-27 10:50:49 -0400
commitfe7cb34f76a04e04e4dd0ffe9e1795752b422e26 (patch)
tree09b928bbf08db93bd598a84b9c1333ef86a9507c /install/updates
parentde154919a6dc7e2302af62735baa81773bb2b121 (diff)
downloadfreeipa-fe7cb34f76a04e04e4dd0ffe9e1795752b422e26.tar.gz
freeipa-fe7cb34f76a04e04e4dd0ffe9e1795752b422e26.tar.xz
freeipa-fe7cb34f76a04e04e4dd0ffe9e1795752b422e26.zip
Re-number some attributes to compress our usage to be contiguous
No longer install the policy or key escrow schemas and remove their OIDs for now. 594149
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/30-policy.update2
-rw-r--r--install/updates/Makefile.am1
2 files changed, 1 insertions, 2 deletions
diff --git a/install/updates/30-policy.update b/install/updates/30-policy.update
index c3615d281..cdd6bdbda 100644
--- a/install/updates/30-policy.update
+++ b/install/updates/30-policy.update
@@ -1,4 +1,4 @@
-# bootstrap the policy DIT structure
+# bootstrap the policy DIT structure. Currently not used.
dn: cn=policies,$SUFFIX
add: objectclass: nsContainer
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 4b49cb1b0..24a1b5e58 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -12,7 +12,6 @@ app_DATA = \
30-automount.update \
30-groupofhosts.update \
30-netgroups.update \
- 30-policy.update \
30-rolegroup.update \
30-taskgroup.update \
40-delegation.update \