summaryrefslogtreecommitdiffstats
path: root/ipa_server/updates/automount.update
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_server/updates/automount.update')
-rw-r--r--ipa_server/updates/automount.update19
1 files changed, 19 insertions, 0 deletions
diff --git a/ipa_server/updates/automount.update b/ipa_server/updates/automount.update
index 25d45a092..13d9a6df0 100644
--- a/ipa_server/updates/automount.update
+++ b/ipa_server/updates/automount.update
@@ -33,3 +33,22 @@ add:objectClasses:
DESC 'Automount information' SUP top STRUCTURAL
MUST ( automountKey $ automountInformation ) MAY description
X-ORIGIN 'RFC 2307bis' )
+
+# 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