diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-03-23 15:20:43 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-03-25 11:03:07 -0400 |
commit | c00281a9f9c3f79fb88ff8537d941394fee09ca2 (patch) | |
tree | 019c8f72200e78b58699afe327f8f212898d659a /install/updates/30-rolegroup.update | |
parent | d6814f3aae1e3af371eaf9d10ae37bfee464015a (diff) | |
download | freeipa-c00281a9f9c3f79fb88ff8537d941394fee09ca2.tar.gz freeipa-c00281a9f9c3f79fb88ff8537d941394fee09ca2.tar.xz freeipa-c00281a9f9c3f79fb88ff8537d941394fee09ca2.zip |
Name update files so they can be easily sorted.
We want to process some updates in a particular order (schema, structural).
Using an init-inspired ordering mechanism.
Diffstat (limited to 'install/updates/30-rolegroup.update')
-rw-r--r-- | install/updates/30-rolegroup.update | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/updates/30-rolegroup.update b/install/updates/30-rolegroup.update new file mode 100644 index 000000000..1417167de --- /dev/null +++ b/install/updates/30-rolegroup.update @@ -0,0 +1,6 @@ +# Add the rolegroup container + +dn: cn=rolegroups,cn=accounts,$SUFFIX +add:objectClass: nsContainer +add:cn: rolegroups + |