summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-02-12 16:20:46 +0100
committerRob Crittenden <rcritten@redhat.com>2009-02-13 13:04:49 -0500
commitc9311da3fd74133fba37c7194d713e03e463a3e3 (patch)
treec9a51aeb0f6f5716d0effb1758d18b08c4050e70 /install/updates
parent1c3ce7254778b54402dab1f0f0d67c4038b99100 (diff)
downloadfreeipa-c9311da3fd74133fba37c7194d713e03e463a3e3.tar.gz
freeipa-c9311da3fd74133fba37c7194d713e03e463a3e3.tar.xz
freeipa-c9311da3fd74133fba37c7194d713e03e463a3e3.zip
Install policy schema
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/Makefile.am1
-rw-r--r--install/updates/policy.update44
2 files changed, 45 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index e11b6bc71..009e2aaef 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -10,6 +10,7 @@ app_DATA = \
RFC2307bis.update \
RFC4876.update \
netgroups.update \
+ policy.update \
winsync_index.update \
$(NULL)
diff --git a/install/updates/policy.update b/install/updates/policy.update
new file mode 100644
index 000000000..c3615d281
--- /dev/null
+++ b/install/updates/policy.update
@@ -0,0 +1,44 @@
+# bootstrap the policy DIT structure
+
+dn: cn=policies,$SUFFIX
+add: objectclass: nsContainer
+add: objectclass: ipaContainer
+add: cn: policies
+add: description: Root of the policy related sub tree
+
+dn: cn=configs,cn=policies,$SUFFIX
+add: objectclass: nsContainer
+add: objectclass: ipaContainer
+add: cn: configs
+add: description: Root of the sub tree that holds configuration policies for different applications
+
+dn: cn=applications,cn=configs,cn=policies,$SUFFIX
+add: objectclass: nsContainer
+add: objectclass: ipaContainer
+add: cn: applications
+add: description: Root of the tree that hold all definitions of the supported applications
+
+dn: cn=Shell Applications,cn=applications,cn=configs,cn=policies,$SUFFIX
+add: objectclass: nsContainer
+add: objectclass: ipaContainer
+add: cn: Shell Applications
+add: description: Shell Applications - special application that holds templates for actions
+
+dn: cn=roles,cn=policies,$SUFFIX
+add: objectclass: nsContainer
+add: objectclass: ipaContainer
+add: cn: roles
+add: description: Root of the sub tree that holds role management data
+
+dn: cn=policygroups,cn=configs,cn=policies,$SUFFIX
+add: objectclass: ipaContainer
+add: objectclass: ipaOrderedContainer
+add: cn: policygroups
+add: description: Sub tree to hold policy groups
+
+dn: cn=policylinks,cn=configs,cn=policies,$SUFFIX
+add: objectclass: ipaContainer
+add: objectclass: ipaOrderedContainer
+add: cn: policylinks
+add: description: Sub tree to hold policy links
+