freeipa/install/tools
Christian Heimes 602b395cf1 Fix Python 3 pylint errors
************* Module ipaserver.install.ipa_kra_install
ipaserver/install/ipa_kra_install.py:25: [W0402(deprecated-module), ] Uses of a deprecated module 'optparse')
************* Module ipapython.install.core
ipapython/install/core.py:163: [E1101(no-member), _knob] Module 'types' has no 'TypeType' member)
************* Module ipatests.test_ipapython.test_dn
ipatests/test_ipapython/test_dn.py:1205: [W1505(deprecated-method), TestDN.test_x500_text] Using deprecated method assertEquals())
************* Module ipa-ca-install
install/tools/ipa-ca-install:228: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
install/tools/ipa-ca-install:232: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Simo Sorce <ssorce@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-03-15 19:11:32 +01:00
..
man Don't allow standalone KRA uninstalls 2017-03-13 16:27:23 +01:00
ipa-adtrust-install print the installation info only in standalone mode 2017-03-01 15:55:45 +01:00
ipa-advise Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-backup Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-ca-install Fix Python 3 pylint errors 2017-03-15 19:11:32 +01:00
ipa-cacert-manage Add CA certificate management tool ipa-cacert-manage. 2014-07-30 16:04:21 +02:00
ipa-compat-manage scripts, tests: explicitly set confdir in the rest of server code 2017-02-22 08:07:48 +00:00
ipa-csreplica-manage scripts, tests: explicitly set confdir in the rest of server code 2017-02-22 08:07:48 +00:00
ipa-dns-install Set explicit confdir option for global contexts 2016-12-02 09:14:35 +01:00
ipa-httpd-kdcproxy Set explicit confdir option for global contexts 2016-12-02 09:14:35 +01:00
ipa-kra-install Add a KRA to IPA 2014-08-22 09:59:31 +02:00
ipa-ldap-updater Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-managed-entries ipa-managed-entries: only permit running the command on IPA master 2017-03-09 10:31:43 +01:00
ipa-nis-manage Set explicit confdir option for global contexts 2016-12-02 09:14:35 +01:00
ipa-otptoken-import remove trailing newlines form python modules 2016-10-12 10:38:52 +02:00
ipa-pki-retrieve-key ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
ipa-replica-conncheck Add password to certutil calls in NSSDatabase 2017-02-17 10:14:23 +01:00
ipa-replica-install install: migrate server installers to the new class hierarchy 2016-11-11 12:17:25 +01:00
ipa-replica-manage Separate RA cert store from the HTTP cert store 2017-02-15 07:13:37 +01:00
ipa-replica-prepare Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-restore Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-server-certinstall Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa-server-install install: migrate server installers to the new class hierarchy 2016-11-11 12:17:25 +01:00
ipa-server-upgrade Server Upgrade: ipa-server-upgrade command 2015-05-04 11:16:26 +00:00
ipa-winsync-migrate winsync-migrate: Move the tool under ipaserver.install package 2015-07-02 13:23:21 +02:00
ipactl Remove is_fips_enabled checks in installers and ipactl 2017-02-13 18:10:55 +01:00
Makefile.am Remove deprecated ipa-upgradeconfig command 2017-01-24 09:51:39 +01:00