summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Test for installing rules with service principalsOleg Fayans2016-11-141-0/+82
* Test: integration tests for certs in idoverrides featureOleg Fayans2016-11-141-0/+156
* Added interface to certutilOleg Fayans2016-11-141-0/+7
* ipatests: Fix assert_deepequal outside of pytest processMilan Kubík2016-11-141-1/+6
* git: Add commit templateMichal Židek2016-11-141-0/+5
* TESTS: Update group type namePavel Vomacka2016-11-141-1/+1
* cainstance: use correct certificate for replica install checkTomas Krizek2016-11-141-1/+1
* Update man page for ipa-adtrust-install by removing --no-msdcs optionPetr Spacek2016-11-141-27/+0
* Tests: Verify that validity info is present in cert-show and cert-find commandLenka Doudova2016-11-141-0/+4
* Add file_exists method as a member of transport objectLenka Doudova2016-11-141-1/+1
* 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