summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-05-12 10:54:20 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-03 15:58:21 +0200
commitbae621415dd15a5569774cbc89ba1747b0d069dc (patch)
treef792a9fdafd84b69bb407cf718251251ed33fb5c /install/updates
parent180d7458de60af3e9a7256f3242eec9031f4442b (diff)
downloadfreeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.tar.gz
freeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.tar.xz
freeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.zip
DNS Locations: location-* commands
http://www.freeipa.org/page/V4/DNS_Location_Mechanism https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/37-locations.update4
-rw-r--r--install/updates/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/install/updates/37-locations.update b/install/updates/37-locations.update
index e69de29bb..cf47e6d62 100644
--- a/install/updates/37-locations.update
+++ b/install/updates/37-locations.update
@@ -0,0 +1,4 @@
+dn: cn=locations,cn=etc,$SUFFIX
+default: objectClass: nsContainer
+default: objectClass: top
+default: cn: locations
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 3edc21473..737a8bbbd 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -28,6 +28,7 @@ app_DATA = \
25-referint.update \
30-provisioning.update \
30-s4u2proxy.update \
+ 37-locations.update \
40-delegation.update \
40-realm_domains.update \
40-replication.update \