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-automount.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-automount.update')
-rw-r--r-- | install/updates/30-automount.update | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/install/updates/30-automount.update b/install/updates/30-automount.update new file mode 100644 index 000000000..c89d583ae --- /dev/null +++ b/install/updates/30-automount.update @@ -0,0 +1,18 @@ +# Add the default automount entries + +dn: cn=automount,$SUFFIX +add:objectClass: nsContainer +add:cn: automount + +dn: automountmapname=auto.master,cn=automount,$SUFFIX +add:objectClass: automountMap +add:automountMapName: auto.master + +dn: automountkey=/-,automountmapname=auto.master,cn=automount,$SUFFIX +add:objectClass: automount +add:automountKey: '/-' +add:automountInformation: auto.direct + +dn: automountmapname=auto.direct,cn=automount,$SUFFIX +add:objectClass: automountMap +add:automountMapName: auto.direct |