summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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-113-8/+2
* 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-111-1/+3
* replicainstall: Unify default.conf file creationStanislav Laznicka2016-11-111-72/+53
* fix incorrect invocation of ipa-getkeytab during DL0 host enrollmentMartin Babinsky2016-11-111-1/+1
* do partial host enrollment in domain level 0 replica installMartin Babinsky2016-11-112-3/+57
* certs: do not re-create NSS database when requesting service certMartin Babinsky2016-11-112-1/+1
* replica install: merge KRA agent cert export into KRA installJan Cholasta2016-11-115-56/+67
* replica install: merge RA cert import into CA installJan Cholasta2016-11-115-96/+103
* server install: do not restart httpd during CA installJan Cholasta2016-11-111-2/+3
* install: merge all KRA install code paths into oneJan Cholasta2016-11-113-130/+50
* install: merge all CA install code paths into oneJan Cholasta2016-11-113-240/+108
* replica install: use one remote KRA host name everywhereJan Cholasta2016-11-113-8/+8
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-113-6/+8
* initialize empty /etc/http/alias during server/replica installMartin Babinsky2016-11-114-58/+42
* CertDB: add API for non-destructive initialization from PKCS#12 bundleMartin Babinsky2016-11-111-0/+8
* Moved update of DNA plugin among update pluginsStanislav Laznicka2016-11-115-115/+125
* Move ds.replica_populate to an update pluginStanislav Laznicka2016-11-113-21/+38
* Remove redundant dsinstance restartStanislav Laznicka2016-11-111-5/+2
* Ensure correct IPA CA nickname in DS and HTTP NSSDBsFraser Tweedale2016-11-112-2/+2
* ipaldap: remove do_bind from LDAPClientTomas Krizek2016-11-102-3/+2
* Refactor installer code requesting certificatesFlorence Blanc-Renaud2016-11-105-182/+124
* x509: use python-cryptography to process certsFraser Tweedale2016-11-108-144/+146
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-102-6/+8
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-101-52/+43
* Build: Makefiles for Python packagesPetr Spacek2016-11-091-0/+1
* Build: fix module name in ipaserver/setup.pyPetr Spacek2016-11-091-1/+1
* server-del: fix incorrect check for one IPA masterMartin Babinsky2016-11-071-1/+1
* ldap2: modify arguments for create_connectionTomas Krizek2016-11-073-22/+14
* replicainstall: use ldap_uri in ReplicationManagerTomas Krizek2016-11-071-7/+6
* replicainstall: correct hostname in ReplicationManagerTomas Krizek2016-11-071-7/+7
* install tools: ldap conn managementTomas Krizek2016-11-076-50/+32
* ldap2: change default bind_dnTomas Krizek2016-11-071-1/+1
* install: remove adhoc dis/connect from servicesTomas Krizek2016-11-0716-129/+1
* ldapupdate: use ldapi in LDAPUpdateTomas Krizek2016-11-071-7/+3
* replicainstall: properly close adhoc connection in promoteTomas Krizek2016-11-071-0/+1