summaryrefslogtreecommitdiffstats
path: root/install/share/bootstrap-template.ldif
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-07-02 14:07:01 +0200
committerMartin Kosek <mkosek@redhat.com>2012-07-02 16:27:33 +0200
commitd5fe02999cca064dd64a8a3495f937ea7bcefbd8 (patch)
treeb7a0f8f2cfc62ce4fdcd7f9edbf7f5c4fb0c619d /install/share/bootstrap-template.ldif
parenta4d2bcde3347eb387b8094d703f02c3d24f21218 (diff)
downloadfreeipa-d5fe02999cca064dd64a8a3495f937ea7bcefbd8.tar.gz
freeipa-d5fe02999cca064dd64a8a3495f937ea7bcefbd8.tar.xz
freeipa-d5fe02999cca064dd64a8a3495f937ea7bcefbd8.zip
Create default range entry after upgrade
Create default range both on new install and on upgrades. Also make sure that all range object classes are present for upgraded machines. Default range LDIF entry for new install was fixed so that new installation does not crash. https://fedorahosted.org/freeipa/ticket/2891
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r--install/share/bootstrap-template.ldif4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index ece48f80f..23510c953 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -415,11 +415,11 @@ objectClass: top
objectClass: nsContainer
cn: ranges
-dn: cn=$REALM_id_range,cn=ranges,cn=etc,$SUFFIX
+dn: cn=${REALM}_id_range,cn=ranges,cn=etc,$SUFFIX
changetype: add
objectClass: top
objectClass: ipaIDrange
objectClass: ipaDomainIDRange
-cn: $REALM_id_range
+cn: ${REALM}_id_range
ipaBaseID: $IDSTART
ipaIDRangeSize: $IDRANGE_SIZE