diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-12-20 23:34:00 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-12-21 17:28:13 -0500 |
commit | 613f5feb0e87efb668f1facdc55c43216ff3169e (patch) | |
tree | 787bf474e6e297ee017cc3021f9be86d6617f5b7 /install/share/replica-acis.ldif | |
parent | 91f3e79d81671441bbf7c187d1415d864f80d101 (diff) | |
download | freeipa-613f5feb0e87efb668f1facdc55c43216ff3169e.tar.gz freeipa-613f5feb0e87efb668f1facdc55c43216ff3169e.tar.xz freeipa-613f5feb0e87efb668f1facdc55c43216ff3169e.zip |
Rework old init and synch commands and use better names.
These commands can now be run exclusively o the replica that needs to be
resynced or reinitialized and the --from command must be used to tell from
which other replica it can will pull data.
Fixes: https://fedorahosted.org/freeipa/ticket/626
Diffstat (limited to 'install/share/replica-acis.ldif')
-rw-r--r-- | install/share/replica-acis.ldif | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/share/replica-acis.ldif b/install/share/replica-acis.ldif index feda1d9b7..9ff4ed1b9 100644 --- a/install/share/replica-acis.ldif +++ b/install/share/replica-acis.ldif @@ -15,3 +15,7 @@ changetype: modify add: aci aci: (targetattr=*)(targetfilter="(|(objectclass=nsds5replicationagreement)(objectclass=nsDSWindowsReplicationAgreement))")(version 3.0;acl "Remove Replication Agreements";allow (delete) groupdn = "ldap:///cn=removereplica,cn=permissions,cn=accounts,$SUFFIX";) +dn: cn=tasks,cn=config +changetype: modify +add: aci +aci: (targetattr=*)(version 3.0; acl "Run tasks after replica re-initialization"; allow (add) groupdn = "ldap:///cn=modifyreplica,cn=permissions,cn=accounts,$SUFFIX";) |