summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-manage
Commit message (Expand)AuthorAgeFilesLines
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-2/+2
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-1/+4
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-291-1/+1
* constants: remove CACERTJan Cholasta2016-11-291-7/+6
* dns: check if container exists using ldapiTomas Krizek2016-11-111-2/+1
* install tools: ldap conn managementTomas Krizek2016-11-071-5/+3
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-3/+2
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-3/+6
* ipaldap: merge gssapi_bind to LDAPClientTomas Krizek2016-11-071-1/+1
* ipaldap: merge simple_bind into LDAPClientTomas Krizek2016-11-071-3/+6
* pylint: enable the import-error checkJan Cholasta2016-10-241-1/+3
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-061-8/+8
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* ipa-replica-manage: use `server_del` when removing domain level 1 replicaMartin Babinsky2016-06-171-131/+8
* delegate removal of master DNS record and replica keys to separate functionsMartin Babinsky2016-06-171-6/+2
* DNS Locations: use dns_update_service_records in installersMartin Basti2016-06-171-1/+0
* Remove dangling RUVs even if replicas are offlineStanislav Laznicka2016-06-031-4/+0
* fixes premature sys.exit in ipa-replica-manage delStanislav Laznicka2016-06-031-6/+5
* Performance: Find commands: do not process members by defaultMartin Basti2016-05-311-2/+4
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-301-1/+1
* Fix to clean-dangling-ruv for single CA topologiesStanislav Laznicka2016-05-101-21/+33
* Remove function ipapython.ipautil.host_exists()Petr Spacek2016-04-281-4/+8
* Moved password check from clean_dangling_ruvStanislav Laznicka2016-04-281-10/+2
* abort-clean/list/clean-ruv now work for both suffixesStanislav Laznicka2016-04-281-27/+94
* ipa-replica-manage refactoringStanislav Laznicka2016-04-281-28/+38
* replica-manage: fail nicely when DM psswd requiredStanislav Laznicka2016-04-281-1/+5
* ipa-replica-manage: print traceback on unexpected error when in verbose modeMartin Babinsky2016-03-221-5/+13
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Automatically detect and remove dangling RUVsStanislav Laznicka2016-02-021-0/+160
* Listing and cleaning RUV extended for CA suffixStanislav Laznicka2016-02-021-15/+29
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-4/+2
* harden domain level 1 topology connectivity checksMartin Babinsky2015-12-211-4/+2
* check whether replica exists before executing the domain level 1 deletion codeMartin Babinsky2015-12-041-7/+11
* extract domain level 1 topology-checking code from ipa-replica-manageMartin Babinsky2015-12-021-97/+11
* fix 'iparepltopomanagedsuffix' attribute consumersMartin Babinsky2015-12-011-6/+2
* change suffices to suffixesPetr Vobornik2015-12-011-12/+12
* check for disconnected topology and deleted agreements for all sufficesMartin Babinsky2015-11-131-80/+165
* ipa-replica-manage del continues when host does not exist in domain level 1Gabe2015-11-121-1/+7
* ipa-csreplica-manage: disable connect/disconnect/del with domain level > 0Martin Basti2015-11-021-8/+6
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-271-4/+5
* handle cleaning of RUV in the topology pluginLudwig Krispenz2015-10-261-6/+1
* ipa-replica-manage: fix undefined variableMartin Basti2015-10-231-1/+1
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-2/+3
* Decode script arguments using file system encodingJan Cholasta2015-09-071-1/+1
* Use the print functionPetr Viktorin2015-09-011-133/+136
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-2/+2
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-4/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-30/+30