summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/replication.py
Commit message (Expand)AuthorAgeFilesLines
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-23/+23
* Allow to setup the CA when promoting a replicaSimo Sorce2015-10-151-19/+69
* Allow ipa-replica-conncheck to use default credsSimo Sorce2015-10-151-2/+5
* Implement replica promotion functionalitySimo Sorce2015-10-151-0/+90
* Limit max age of replication changelogMartin Basti2015-09-211-0/+1
* Use byte literals where appropriateJan Cholasta2015-09-171-6/+6
* winsync: Add inetUser objectclass to the passsync sysaccountTomas Babej2015-09-161-1/+1
* Use the print functionPetr Viktorin2015-09-011-26/+28
* Modernize 'except' clausesPetr Viktorin2015-08-121-16/+16
* 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