From 54b26270186422607ef52b9b408326744b2d86d1 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 28 Feb 2011 17:35:44 -0500 Subject: Store list of non-master replicas in DIT and provide way to list them Fixes: https://fedorahosted.org/freeipa/ticket/1007 --- install/share/bootstrap-template.ldif | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/share') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index b941d5f8..0a81b63f 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 -- cgit