summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/service.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes CA always being presented as runningStanislav Laznicka2016-06-151-2/+2
* Add NTP to the list of services stored in IPA masters LDAP subtreeMartin Babinsky2016-06-151-0/+1
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-1/+2
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-1/+0
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-3/+3
* suppress errors arising from adding existing LDAP entries during KRA installMartin Babinsky2015-11-191-1/+3
* DNSSEC: Remove service containers from LDAP after uninstallingMartin Basti2015-10-221-0/+13
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-221-1/+29
* Add ipa-custodia serviceSimo Sorce2015-10-151-0/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* ipa-adtrust-install: add IPA master host principal to adtrust agentsAlexander Bokovoy2015-07-081-0/+27
* vault: Fix ipa-kra-installJan Cholasta2015-06-101-0/+1
* Grammar fix in 'Estimated time' messages printed by installerPetr Spacek2015-06-051-1/+1
* ipa-dns-install: use STARTTLS to connect to DSMartin Babinsky2015-03-181-2/+8
* Fix do not enable service before storing statusMartin Basti2015-02-181-1/+0
* Fix restoring services status during uninstallMartin Basti2015-02-181-6/+9
* DNSSEC: platform paths and servicesMartin Basti2014-10-211-0/+3
* Add mask, unmask methods for serviceMartin Basti2014-10-211-0/+9
* ipaserver.install.service: Don't show error message on SystemExit(0)Petr Viktorin2014-09-261-8/+9
* LDAP disable serviceMartin Basti2014-09-261-1/+66
* Refactoring of autobind, object_existsMartin Basti2014-09-261-26/+4
* upgradeinstance: Restore listeners on failurePetr Viktorin2014-09-251-6/+24
* Import CA certs from certificate store to DS NSS database on replica install.Jan Cholasta2014-07-301-1/+16
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-1/+0
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-1/+2
* Store information about which CA server is master for renewals in LDAP.Jan Cholasta2014-03-251-2/+2
* Move CACERT definition to a single place.Jan Cholasta2014-03-251-2/+0
* ipaserver.install.service: Fix estimated time displayPetr Viktorin2014-03-131-13/+17
* Use EXTERNAL auth mechanism in ldapmodifyAna Krivokapic2013-11-141-10/+10
* Flush stream after writing service messagesPetr Viktorin2013-06-111-0/+1
* Manage ipa-otpd.socket by IPATomas Babej2013-06-061-8/+9
* Uninstall selfsign CA on upgradePetr Viktorin2013-04-151-0/+3
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-4/+1
* Remove some uses of raw python-ldapPetr Viktorin2013-03-011-6/+6
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-1/+1
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-1/+1
* Replace addEntry with add_entryPetr Viktorin2013-03-011-3/+3
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-011-7/+7
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-011-3/+3
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-011-1/+1
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-12/+17
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-2/+2
* Make IPAdmin not inherit from IPASimpleLDAPObjectPetr Viktorin2013-03-011-1/+1
* Make service naming in ipa-server-install consistentTomas Babej2012-10-221-7/+44
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-12/+2
* Modifications to install scripts for dogtag 10Ade Lee2012-09-171-1/+12
* Use DN objects instead of stringsJohn Dennis2012-08-121-12/+14