summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-02-28 17:35:44 -0500
committerSimo Sorce <ssorce@redhat.com>2011-03-02 09:46:46 -0500
commit54b26270186422607ef52b9b408326744b2d86d1 (patch)
tree79af223f7a47592e3ada31111feec40b004d897b /install/share
parent998dd701a728465aa70fe8041aa8daf8c0f1eefc (diff)
downloadfreeipa-54b26270186422607ef52b9b408326744b2d86d1.tar.gz
freeipa-54b26270186422607ef52b9b408326744b2d86d1.tar.xz
freeipa-54b26270186422607ef52b9b408326744b2d86d1.zip
Store list of non-master replicas in DIT and provide way to list them
Fixes: https://fedorahosted.org/freeipa/ticket/1007
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bootstrap-template.ldif6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index b941d5f84..0a81b63f2 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -143,6 +143,12 @@ objectClass: nsContainer
objectClass: top
cn: masters
+dn: cn=replicas,cn=ipa,cn=etc,$SUFFIX
+changetype: add
+objectClass: nsContainer
+objectClass: top
+cn: replicas
+
dn: cn=dna,cn=ipa,cn=etc,$SUFFIX
changetype: add
objectClass: nsContainer