diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-02-28 17:35:44 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-03-02 09:46:46 -0500 |
commit | 54b26270186422607ef52b9b408326744b2d86d1 (patch) | |
tree | 79af223f7a47592e3ada31111feec40b004d897b /install/updates | |
parent | 998dd701a728465aa70fe8041aa8daf8c0f1eefc (diff) | |
download | freeipa-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/updates')
-rw-r--r-- | install/updates/21-replicas_container.update | 9 | ||||
-rw-r--r-- | install/updates/Makefile.am | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/install/updates/21-replicas_container.update b/install/updates/21-replicas_container.update new file mode 100644 index 000000000..44b14f82d --- /dev/null +++ b/install/updates/21-replicas_container.update @@ -0,0 +1,9 @@ +# +# Add replicas container if not available +# + +dn: cn=replicas,cn=ipa,cn=etc,$SUFFIX +add:objectClass: top +add:objectClass: nsContainer +add:cn: replicas + diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 5b45c6ef1..947ccd113 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -10,6 +10,7 @@ app_DATA = \ 20-nss_ldap.update \ 20-replication.update \ 20-winsync_index.update \ + 21-replicas_container.update \ 40-delegation.update \ 50-lockout-policy.update \ 45-roles.update \ |