summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: Provide AD cleanup for legacy client testsLenka Doudova2016-11-141-0/+4
* Tests: Provide AD cleanup for trust testsLenka Doudova2016-11-142-0/+14
* Use api.env.nss_dir instead of paths.IPA_NSSDB_DIRChristian Heimes2016-11-143-8/+4
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-112-3/+6
* dns: check if container exists using ldapiTomas Krizek2016-11-117-58/+15
* Provide user hint about IP address in IPA installAbhijeet Kasurde2016-11-111-2/+4
* install: migrate client install to the new class hierarchyJan Cholasta2016-11-113-229/+194
* install: allow specifying verbosity and console log format in CLIJan Cholasta2016-11-112-6/+20
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-118-910/+258
* install: introduce installer class hierarchyJan Cholasta2016-11-1113-4/+1332
* install: fix subclassing of knob groupsJan Cholasta2016-11-113-17/+12
* install: make knob base declaration explicitJan Cholasta2016-11-111-37/+43
* install: declare knob CLI names using the argparse conventionJan Cholasta2016-11-112-53/+109
* install: use standard Python classes to declare knob typesJan Cholasta2016-11-115-13/+96
* install: introduce updated knob constructorJan Cholasta2016-11-111-1/+17
* install: simplify CLI option parsingJan Cholasta2016-11-111-96/+69
* install: improve CLI positional argument handlingJan Cholasta2016-11-114-45/+67
* Fix CA replica install on DL1Stanislav Laznicka2016-11-111-1/+1
* installutils: remove 'install_service_keytab' functionMartin Babinsky2016-11-111-11/+0
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-112-30/+4
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-112-0/+8
* dsinstance: use keytab retrieval method from parent classMartin Babinsky2016-11-112-21/+3
* use DM credentials to retrieve service keytab only in DLOMartin Babinsky2016-11-111-1/+2
* Service: common method for service keytab requestsMartin Babinsky2016-11-111-0/+54
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-119-74/+95
* Make service user name a class member of ServiceMartin Babinsky2016-11-117-22/+27
* service installers: clean up the inheritanceMartin Babinsky2016-11-1111-72/+51
* Offer more general way to check domain level in replicainstallStanislav Laznicka2016-11-111-59/+49
* Use same means of checking replication agreements on both DLsStanislav Laznicka2016-11-111-14/+7
* replicainstall: move common checks to common_check()Stanislav Laznicka2016-11-111-53/+34
* Take advantage of the ca/kra code cleanup in replica installationStanislav Laznicka2016-11-111-27/+11
* Use updated CA certs in replica installationStanislav Laznicka2016-11-111-25/+21
* Use os.path.join instead of concatenationStanislav Laznicka2016-11-111-2/+2
* Remove redundant CA cert file existance checkStanislav Laznicka2016-11-111-3/+0
* Use host keytab to connect to remote server on DL0Stanislav Laznicka2016-11-111-11/+15
* Split install_http_certs() into two functionsStanislav Laznicka2016-11-111-5/+12
* First step of merging replica installation of both DLsStanislav Laznicka2016-11-111-177/+120
* Properly bootstrap replica promotion apiStanislav Laznicka2016-11-111-10/+6
* Move the pki-tomcat restart to cainstance creationStanislav Laznicka2016-11-113-6/+13
* Move httpd restart to DNS installationStanislav Laznicka2016-11-114-18/+3
* install: use ldaps for pkispawn in ipa-ca-installJan Cholasta2016-11-112-2/+7
* replica install: fix DS restart failure during replica promotionJan Cholasta2016-11-111-2/+6
* Import just IPAChangeConf instead of the whole moduleStanislav Laznicka2016-11-111-4/+3
* Added file permissions option to IPAChangeConf.newConf()Stanislav Laznicka2016-11-113-3/+8
* Fix to ipachangeconf docstringsStanislav Laznicka2016-11-111-18/+22
* replicainstall: Unify default.conf file creationStanislav Laznicka2016-11-111-72/+53
* client: use correct code for failed uninstallMartin Basti2016-11-111-2/+2
* client: use exceptions instead of return statesMartin Basti2016-11-112-91/+109
* client: move install part to else branchMartin Basti2016-11-111-5/+5
* client: move install cleanup from ipa-client-install to moduleMartin Basti2016-11-112-18/+16