summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* httpinstance: Use full path via HTTPD_IPA_REWRITE_CONF for Include.Timo Aaltonen2015-11-041-1/+1
* ipaplatform: Add NAMED_USER to constantsTimo Aaltonen2015-11-041-1/+2
* ipaplatform: Add HTTPD_USER to constants, and use it.Timo Aaltonen2015-11-044-9/+12
* DNSSEC: remove sysrestore state after uninstallMartin Basti2015-11-031-0/+2
* Fix typo in ods-exporter uninstall to restore stateMartin Basti2015-11-031-1/+1
* DNSSEC: improve log messages in uninstallerPetr Spacek2015-10-301-1/+2
* DNSSEC: on uninstall, do not restore OpenDNSSEC kasp.db if backup failedPetr Spacek2015-10-301-4/+9
* KRA: fix check that CA is installedMartin Basti2015-10-291-18/+24
* Check early if a CA is already installed locallySimo Sorce2015-10-271-3/+1
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-275-11/+12
* Remove executable bit from ipa_kra_install.pyMartin Basti2015-10-261-0/+0
* always ask the resolver for the reverse zone when manipulating PTR recordsMartin Babinsky2015-10-221-2/+0
* Fix left-over Python 3 syntax errorsPetr Viktorin2015-10-221-2/+2
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-23/+23
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-222-2/+2
* DNSSEC: warn user if DNSSEC key master is not installedMartin Basti2015-10-221-0/+5
* DNSSEC: Remove service containers from LDAP after uninstallingMartin Basti2015-10-222-0/+16
* DNSSEC: store status of services only before first installMartin Basti2015-10-222-5/+8
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-228-150/+298
* Warn if no installation found when running ipa-server-install --uninstallGabe2015-10-221-0/+5
* Allow ipa-ca-install to use the new promotion codeSimo Sorce2015-10-221-2/+0
* disable ipa-replica-prepare in non-zero IPA domain levelMartin Babinsky2015-10-201-1/+27
* fix dsinstance.py:get_domain_level functionMartin Babinsky2015-10-201-2/+2
* Rename option --dirsrv-config-mods to --dirsrv-config-fileMartin Basti2015-10-193-6/+6
* Add option to specify LDIF file that contains DS configuration changesMartin Basti2015-10-154-14/+58
* Add method to read changes from LDIFMartin Basti2015-10-151-0/+40
* Make offline LDIF modify more robustMartin Basti2015-10-152-101/+109
* Remove unused kra optionSimo Sorce2015-10-151-3/+0
* Add low level helper to get domain levelSimo Sorce2015-10-151-0/+14
* Make checks for existing credentials reusableSimo Sorce2015-10-152-73/+75
* Allow to setup the CA when promoting a replicaSimo Sorce2015-10-155-62/+327
* handle multiple managed suffixesLudwig Krispenz2015-10-151-0/+5
* enable topology plugin on upgradePetr Vobornik2015-10-151-0/+9
* topology: manage ca replication agreementsPetr Vobornik2015-10-152-0/+44
* Add function to extract CA certs for installSimo Sorce2015-10-151-0/+55
* Allow ipa-replica-conncheck to use default credsSimo Sorce2015-10-152-5/+16
* Change DNS installer code to use passed in apiSimo Sorce2015-10-153-57/+69
* Implement replica promotion functionalitySimo Sorce2015-10-1511-55/+850
* Add ipa-custodia serviceSimo Sorce2015-10-156-3/+80
* ipa-adtrust-install: Print complete SRV recordsPetr Spacek2015-10-141-3/+4
* Remove bind configuration detected questionGabe2015-10-132-11/+0
* Alias long to int under Python 3Petr Viktorin2015-10-132-0/+2
* upgrade: make sure ldap2 is connected in export_kra_agent_pemJan Cholasta2015-10-121-0/+7
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-081-1/+21
* install: always export KRA agent PEM fileJan Cholasta2015-10-083-7/+8
* install: fix KRA agent PEM file permissionsJan Cholasta2015-10-083-9/+44
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-071-1/+7
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-079-13/+18
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-073-16/+15