summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/replication.py
Commit message (Expand)AuthorAgeFilesLines
* replication: Fix incorrect exception invocationTomas Babej2015-07-241-1/+1
* Allow value 'no' for replica-certify-all attr in abort-clean-ruv subcommandMartin Basti2015-07-171-1/+2
* replication: fix regression in get_agreement_typePetr Vobornik2015-07-011-0/+3
* fix force-sync, re-initialize of replica and a check for replication agreemen...Petr Vobornik2015-06-291-9/+3
* move replications managers group to cn=sysaccounts,cn=etc,$SUFFIXPetr Vobornik2015-06-111-2/+5
* accept missing binddn groupLudwig Krispenz2015-06-031-2/+2
* install part - manage topology in shared treeLudwig Krispenz2015-05-261-0/+16
* replica-manage: Properly delete nested entriesTomas Babej2015-05-261-2/+2
* prevent duplicate IDs when setting up multiple replicas against single masterMartin Babinsky2015-05-071-24/+50
* Allow PassSync user to locate and update NT usersMartin Kosek2015-01-191-25/+29
* Add permissions for certificate store.Jan Cholasta2014-07-301-0/+30
* Allow IPA master hosts to read and update IPA master information.Jan Cholasta2014-07-301-0/+38
* Remove master ACIs when deleting a replica.Jan Cholasta2014-07-301-0/+43
* Do not fail if there are multiple nsDS5ReplicaId values in cn=replication,cn=etcPetr Viktorin2014-07-021-2/+7
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-1/+0
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-1/+2
* Move CACERT definition to a single place.Jan Cholasta2014-03-251-1/+1
* Fix regression which prevents creating a winsync agreementAna Krivokapic2013-11-131-1/+2
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-26/+24
* Make sure nsds5ReplicaStripAttrs is set on agreementsAna Krivokapic2013-10-251-2/+1
* Update only selected attributes for winsync agreementTomas Babej2013-04-161-7/+2
* Full system backup and restoreRob Crittenden2013-04-121-10/+153
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-131-0/+98
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-2/+1
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-011-6/+6
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-011-2/+4
* Inline waitForEntry in its only callerPetr Viktorin2013-03-011-1/+40
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-18/+23
* Fix typo and traceback suppression in replication.pyPetr Viktorin2013-03-011-3/+4
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-7/+7
* Replace addEntry with add_entryPetr Viktorin2013-03-011-9/+9
* Replace getList by a get_entries methodPetr Viktorin2013-03-011-14/+18
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-21/+23
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-011-2/+23
* Remove IPAdmin.get_dns_sorted_by_lengthPetr Viktorin2013-03-011-12/+8
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-011-1/+9
* Replace add_s and delete_s by their newer equivalentsPetr Viktorin2013-03-011-6/+6
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-011-6/+6
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-011-3/+3
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-64/+89
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-9/+9
* Remove some unused importsPetr Viktorin2013-03-011-5/+4
* Make ipa-csreplica-manage work with both merged and non-merged DBsPetr Viktorin2012-11-231-13/+11
* Filter suffix in replication management toolsMartin Kosek2012-11-231-7/+30
* Changes to use a single database for dogtag and IPAAde Lee2012-11-231-9/+11
* Fix CS replication management.Rob Crittenden2012-10-091-5/+17
* Run the CLEANALLRUV task when deleting a replication agreement.Rob Crittenden2012-09-171-0/+68
* Add nsds5ReplicaStripAttrs to replica agreementsPetr Viktorin2012-09-041-0/+9
* Make replica install more robustMartin Kosek2012-09-031-12/+26